mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
51b057ea26
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
This is the equivalent commit for iOS as:
|
||
---|---|---|
.. | ||
gstglcontext_eagl.h | ||
gstglcontext_eagl.m | ||
gstglios_utils.h | ||
gstglwindow_eagl.h | ||
gstglwindow_eagl.m |