Re: [Spice-devel] [RFC spice-gtk 1/1] Gstreamer: Use GstVideoOverlay if possible

2018-07-26 Thread Frediano Ziglio
> Hi, > On 07/24/2018 06:47 PM, Marc-André Lureau wrote: > > Hi > > > On Sun, Mar 11, 2018 at 10:44 AM, Snir Sheriber > > wrote: > > > > Currently when gstreamer is used to decode a full-screen > > > > > > ... > > > > > > diff --git a/src/spice-widget.c b/src/spice-widget.c > > > > >

Re: [Spice-devel] [RFC spice-gtk 1/1] Gstreamer: Use GstVideoOverlay if possible

2018-07-25 Thread Snir Sheriber
Hi, On 07/24/2018 06:47 PM, Marc-André Lureau wrote: Hi On Sun, Mar 11, 2018 at 10:44 AM, Snir Sheriber wrote: Currently when gstreamer is used to decode a full-screen stream sent from the server, the decoding frames are being forced to RBGA format and pushed using appsink to be scaled and r

Re: [Spice-devel] [RFC spice-gtk 1/1] Gstreamer: Use GstVideoOverlay if possible

2018-07-24 Thread Marc-André Lureau
Hi On Sun, Mar 11, 2018 at 10:44 AM, Snir Sheriber wrote: > Currently when gstreamer is used to decode a full-screen > stream sent from the server, the decoding frames are being > forced to RBGA format and pushed using appsink to be scaled > and rendered to screen. > > Today most of the gstreamer

Re: [Spice-devel] [RFC spice-gtk 1/1] Gstreamer: Use GstVideoOverlay if possible

2018-04-09 Thread Frediano Ziglio
> > Hi, > > > On 04/06/2018 04:12 PM, Frediano Ziglio wrote: > >> Currently when gstreamer is used to decode a full-screen > >> stream sent from the server, the decoding frames are being > >> forced to RBGA format and pushed using appsink to be scaled > >> and rendered to screen. > >> > >> Today

Re: [Spice-devel] [RFC spice-gtk 1/1] Gstreamer: Use GstVideoOverlay if possible

2018-04-08 Thread Snir Sheriber
Hi, On 04/06/2018 04:12 PM, Frediano Ziglio wrote: Currently when gstreamer is used to decode a full-screen stream sent from the server, the decoding frames are being forced to RBGA format and pushed using appsink to be scaled and rendered to screen. Today most of the gstreamer sinks supports

Re: [Spice-devel] [RFC spice-gtk 1/1] Gstreamer: Use GstVideoOverlay if possible

2018-04-06 Thread Frediano Ziglio
> > Currently when gstreamer is used to decode a full-screen > stream sent from the server, the decoding frames are being > forced to RBGA format and pushed using appsink to be scaled > and rendered to screen. > > Today most of the gstreamer sinks supports the GstVideoOverlay > interface which al

[Spice-devel] [RFC spice-gtk 1/1] Gstreamer: Use GstVideoOverlay if possible

2018-03-11 Thread Snir Sheriber
Currently when gstreamer is used to decode a full-screen stream sent from the server, the decoding frames are being forced to RBGA format and pushed using appsink to be scaled and rendered to screen. Today most of the gstreamer sinks supports the GstVideoOverlay interface which allows to render di