Re: [Spice-devel] [PATCH spice-gtk] Gstreamer: Control GstVideoOverlay from the widget

2018-12-10 Thread Frediano Ziglio
> > This patch is changing the way gstvideooverlay is being set. I would use the camelcase GstVideoOverlay, not strong about it. > Once pipeline is created a pointer is passed to the widget using > GObject signal, so we can set there the overlay interface and call > its functions from widget

Re: [Spice-devel] [PATCH spice-gtk] Gstreamer: Control GstVideoOverlay from the widget

2018-12-10 Thread Christophe Fergeau
Hey, On Sun, Dec 09, 2018 at 03:26:30PM +0200, Snir Sheriber wrote: > This patch is changing the way gstvideooverlay is being set. > Once pipeline is created a pointer is passed to the widget using > GObject signal, so we can set there the overlay interface and call > its functions from widget

[Spice-devel] [PATCH spice-gtk] Gstreamer: Control GstVideoOverlay from the widget

2018-12-09 Thread Snir Sheriber
This patch is changing the way gstvideooverlay is being set. Once pipeline is created a pointer is passed to the widget using GObject signal, so we can set there the overlay interface and call its functions from widget callbacks. By doing that, issues like resizing the window were solved.