gstreamer/gst-libs/gst/gl/cocoa
Matthew Waters 7f59cefafb glcontext/cocoa: handle sending one message during shutdown
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
2020-03-26 11:25:44 +00:00
..
gstgl_cocoa_private.h gl/macos+ios: privatise _invoke_on_main() 2019-12-03 14:15:58 +11:00
gstglcaopengllayer.h
gstglcaopengllayer.m gl: Don't restore the viewport on function exit 2019-03-08 17:49:05 +11:00
gstglcontext_cocoa.h
gstglcontext_cocoa.m
gstgldisplay_cocoa.h
gstgldisplay_cocoa.m
gstglwindow_cocoa.h
gstglwindow_cocoa.m glcontext/cocoa: handle sending one message during shutdown 2020-03-26 11:25:44 +00:00