mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
7f59cefafb
gst_gl_window_quit() will attempt to send a message but will be called from GstGLContext's finalize handler and so the weak ref that backs gst_gl_window_get_context will return NULL as it has already been cleared. We need that context in send_message_async to decide whether to run the provided callback immediately or queue in GCD |
||
---|---|---|
.. | ||
gstgl_cocoa_private.h | ||
gstglcaopengllayer.h | ||
gstglcaopengllayer.m | ||
gstglcontext_cocoa.h | ||
gstglcontext_cocoa.m | ||
gstgldisplay_cocoa.h | ||
gstgldisplay_cocoa.m | ||
gstglwindow_cocoa.h | ||
gstglwindow_cocoa.m |