GStreamer multimedia framework
Go to file
Alessandro Decina c3612847ef glimagesink: don't make gst_glimage_sink_handle_events call _ensure_gl_setup
gst_glimage_sink_handle_events can be called from the overlay interface and from
the main thread before GL is setup. Before this change, that would call
_ensure_gl_setup() and deadlock on OSX.

Change things so that it's always safe to call gst_glimage_sink_handle_events()
without stuff deadlocking.
2017-12-09 19:31:49 +00:00
ext/gl glimagesink: don't make gst_glimage_sink_handle_events call _ensure_gl_setup 2017-12-09 19:31:49 +00:00
gst-libs/gst/gl glutils: only attempt getting the app context when we don't already have a display 2017-12-09 19:31:49 +00:00
pkgconfig gl: append GL_LIB and GL_CFLAGS in pc files 2017-12-09 19:31:38 +00:00
tests gl/examples: update for other-context property removal 2017-12-09 19:31:49 +00:00