Re: [Spice-devel] [PATCH 2/2] gstreamer-encoder: Use a h/w based encoder with Intel GPUs if possible (v3)

2023-10-05 Thread Frediano Ziglio
Il giorno lun 2 ott 2023 alle ore 06:41 Vivek Kasireddy ha scritto: > > Once it is determined that an Intel GPU is available/active (after > looking into udev's database), we try to see if there is a h/w > based encoder (element) available (in Gstreamer's registry cache) > for the user selected

Re: [Spice-devel] [PATCH 1/2] gstreamer-encoder: Use an env var to override converter format (v2)

2023-10-05 Thread Frediano Ziglio
Il giorno lun 2 ott 2023 alle ore 06:41 Vivek Kasireddy ha scritto: > > If we use the x264enc encoder to encode a stream, then videoconvert > would convert the BGRx data into Y444, which is the preferred format > for x264enc. However, some decoders particularly the ones that are > h/w based

Re: [Spice-devel] [PATCH] common: Add a udev helper to identify GPU Vendor (v2)

2023-10-05 Thread Frediano Ziglio
Il giorno mar 3 ott 2023 alle ore 20:36 Frediano Ziglio ha scritto: > > Il giorno lun 2 ott 2023 alle ore 06:41 Vivek Kasireddy > ha scritto: > > > > Given that libudev is widely available on many Linux distros, we > > can use the relevant APIs to iterate over all the devices associated > > with