GNOME Bugzilla – Bug 784997
gl/cocoa: overlay draw z-order issue
Last modified: 2017-07-16 14:40:18 UTC
Created attachment 355711 [details] screenshot I'm trying to make the gtk-play example work on macOS, see attached screenshot. There are a few issues there as you can see but this bug report is about the overlay being painted on top of the GTK toolbar. Any idea on how to fix this? I suppose it's a bug in the cocoa gst gl window handling.
If you're using glimagesink in GstVideoOverlay mode, then you cannot expect to have controls overlayed on top on any window system. If you are not and are using gtk(gl)sink instead, then this points to a Gtk+ issue with GtkOverlay's.
I'm indeed using glimagesink in GstVideoOverlay mode. Ok then let's close this, sorry for the noise :)