Re: [Spice-devel] [PATCH 1/4] channel-display-gst: Prefer playbin3 to playbin

2023-09-17 Thread Kasireddy, Vivek
Hi Frediano, > > > > If playbin3 is available (checked in Gstreamer registry), it makes > > sense to prefer it given the major improvements and features it offers > > including the capability to handle higher bitrates. > > > > Cc: Frediano Ziglio > > Cc: Dongwon Kim > > Cc: Hazwan Arif Mazlan >

Re: [Spice-devel] [PATCH 1/4] channel-display-gst: Prefer playbin3 to playbin

2023-09-15 Thread Frediano Ziglio
Il giorno ven 15 set 2023 alle ore 01:33 Vivek Kasireddy ha scritto: > > From: Jin Chung Teng > > If playbin3 is available (checked in Gstreamer registry), it > makes sense to prefer it given the major improvements and > features it offers including the capability to handle higher > bitrates. > >

Re: [Spice-devel] [PATCH 1/4] channel-display-gst: Prefer playbin3 to playbin

2023-09-15 Thread Frediano Ziglio
Il giorno ven 15 set 2023 alle ore 01:33 Vivek Kasireddy ha scritto: > > From: Jin Chung Teng > > If playbin3 is available (checked in Gstreamer registry), it > makes sense to prefer it given the major improvements and > features it offers including the capability to handle higher > bitrates. > >

[Spice-devel] [PATCH 1/4] channel-display-gst: Prefer playbin3 to playbin

2023-09-14 Thread Vivek Kasireddy
From: Jin Chung Teng If playbin3 is available (checked in Gstreamer registry), it makes sense to prefer it given the major improvements and features it offers including the capability to handle higher bitrates. Cc: Frediano Ziglio Cc: Dongwon Kim Cc: Hazwan Arif Mazlan Signed-off-by: Jin Chun