GStreamer multimedia framework
Go to file
Xavier Claessens 77e1e70fdc gl: win32: fix crash when finalizing GstGLContext
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
2017-12-09 19:32:02 +00:00
ext/gl compositor/glvideomixer: Don't calculate PAR/DAR with unset GstVideoInfos 2017-12-09 19:32:02 +00:00
gst-libs/gst/gl gl: win32: fix crash when finalizing GstGLContext 2017-12-09 19:32:02 +00:00
pkgconfig gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/include 2017-12-09 19:31:49 +00:00
tests Fix flags order in GL examples for uninstalled build 2017-12-09 19:32:01 +00:00