GStreamer multimedia framework
Go to file
Xavier Claessens 6db457a7d9 gl: win32: do not call SetParent in release_parent_win_id()
When called from gst_gl_window_win32_close(), internal window
could not exist, and if it does it's going to be destroyed just
after that anyway. Also it causes window_proc() to be called
and crash because it gets a NULL context.

When called from gst_gl_window_win32_set_window_handle() we are
going to set another parent anyway, and it's probably better to
reparent directly instead of passing by a NULL parent which could
cause the internal window to popup briefly.

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: do not call SetParent in release_parent_win_id() 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