Alessandro Decina 7d48fe1c1e 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.
2014-11-07 00:22:09 +01:00
..
2014-03-16 11:23:16 +01:00
2014-04-02 22:54:55 +11:00
2014-07-24 11:46:56 +10:00
2014-09-26 01:59:43 +10:00