Re: [Spice-devel] [RFC PATCH spice-gtk] Fix overlay for vaapisink

2018-11-25 Thread Snir Sheriber
Hi, On 11/22/18 4:50 PM, Frediano Ziglio wrote: The vaapisink plugin to support overlay requires the application to provide the proper context. If you don't do so the plugin will cause a crash of the application. Note that overlay message should be handled synchronously and not asynchronously s

[Spice-devel] [RFC PATCH spice-gtk] Fix overlay for vaapisink

2018-11-22 Thread Frediano Ziglio
The vaapisink plugin to support overlay requires the application to provide the proper context. If you don't do so the plugin will cause a crash of the application. Note that overlay message should be handled synchronously and not asynchronously so gst_bus_set_sync_handler is used. To avoid possibl