mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
77e1e70fdc
gst_gl_context_finalize() is calling gst_gl_window_win32_quit() which was posting a message. But then window_proc takes window's context and get a NULL. Now that we've got a GMainLoop we can do like other backends and simply call g_main_loop_quit(). This also remove duplicated code to release the parent window and potential crash there because parent_proc could be NULL if we never created the internal window. That could happen for example if setting state to READY then setting a window_handle, and go back to NULL state. https://bugzilla.gnome.org/show_bug.cgi?id=749601 |
||
---|---|---|
.. | ||
gstglcontext_wgl.c | ||
gstglcontext_wgl.h | ||
gstglwindow_win32.c | ||
gstglwindow_win32.h | ||
gstglwindow_win32_egl.c | ||
gstglwindow_win32_egl.h | ||
Makefile.am | ||
win32_message_source.c | ||
win32_message_source.h |