Re: [Spice-devel] [PATCH spice-gtk 1/2] gstreamer: use custom playbin sink

2018-01-08 Thread Snir Sheriber
Hi On 01/08/2018 11:47 AM, Frediano Ziglio wrote: Use custom playbin sink instead of just appsink. In order to allow playbin to choose decoders that requires more complex pipelines (e.g. pipeline that requires color space conversion & uses gl memory). The new sink composed as such: ... !

Re: [Spice-devel] [PATCH spice-gtk 1/2] gstreamer: use custom playbin sink

2018-01-08 Thread Snir Sheriber
Hi, On 01/04/2018 11:26 AM, Christophe Fergeau wrote: On Sun, Dec 31, 2017 at 05:46:24PM +0200, Snir Sheriber wrote: Use custom playbin sink instead of just appsink. In order to allow playbin to choose decoders that requires more complex pipelines (e.g. pipeline that requires color space

Re: [Spice-devel] [PATCH spice-gtk 1/2] gstreamer: use custom playbin sink

2018-01-08 Thread Christophe Fergeau
On Mon, Jan 08, 2018 at 04:47:26AM -0500, Frediano Ziglio wrote: > > > > Use custom playbin sink instead of just appsink. > > In order to allow playbin to choose decoders that requires > > more complex pipelines (e.g. pipeline that requires color > > space conversion & uses gl memory). > > The

Re: [Spice-devel] [PATCH spice-gtk 1/2] gstreamer: use custom playbin sink

2018-01-08 Thread Frediano Ziglio
> > Use custom playbin sink instead of just appsink. > In order to allow playbin to choose decoders that requires > more complex pipelines (e.g. pipeline that requires color > space conversion & uses gl memory). > The new sink composed as such: > ... ! autovideoconvert ! gldownload ! appsink

Re: [Spice-devel] [PATCH spice-gtk 1/2] gstreamer: use custom playbin sink

2018-01-04 Thread Christophe Fergeau
On Sun, Dec 31, 2017 at 05:46:24PM +0200, Snir Sheriber wrote: > Use custom playbin sink instead of just appsink. > In order to allow playbin to choose decoders that requires > more complex pipelines (e.g. pipeline that requires color > space conversion & uses gl memory). What is gstreamer take

[Spice-devel] [PATCH spice-gtk 1/2] gstreamer: use custom playbin sink

2017-12-31 Thread Snir Sheriber
Use custom playbin sink instead of just appsink. In order to allow playbin to choose decoders that requires more complex pipelines (e.g. pipeline that requires color space conversion & uses gl memory). The new sink composed as such: ... ! autovideoconvert ! gldownload ! appsink ---