GStreamer multimedia framework
Find a file
Matthew Waters d75eb628d6 gl/cocoa: keep refs over async operations
Avoids dereferencing dead objects

What happens in the autovideosink case is that context 1 is created and
destroyed before all the async operations hae executed on the associated
window.  When the delayed operations execute, they then reference dead
objects and crash.

We fix this by keeping refs over all async operations so the object
cannot be deleted while async operations are in flight.

https://bugzilla.gnome.org/show_bug.cgi?id=782379
2017-12-09 19:32:29 +00:00
ext/gl glfilter: Remove hard-coded pad templates 2017-12-09 19:32:29 +00:00
gst-libs/gst/gl gl/cocoa: keep refs over async operations 2017-12-09 19:32:29 +00:00
pkgconfig pkgconfig: missing GL_CFLAGS in gstreamer-gl-uninstalled.pc.in 2017-12-09 19:32:29 +00:00
tests examples: gl: remove ancient bitrotten .vcproj files 2017-12-09 19:32:28 +00:00