gstreamer/gst-libs/gst/gl/win32
Xavier Claessens 1a98face84 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
2015-05-21 16:58:11 -04:00
..
gstglcontext_wgl.c glcontext: add more functionality to wrapped contexts 2014-10-30 18:58:50 +11:00
gstglcontext_wgl.h glcontext: add more functionality to wrapped contexts 2014-10-30 18:58:50 +11:00
gstglwindow_win32.c gl: win32: do not call SetParent in release_parent_win_id() 2015-05-21 16:58:11 -04:00
gstglwindow_win32.h gl: win32: use a GMainContext to dispatch win32 messages 2015-05-21 14:33:52 -04:00
gstglwindow_win32_egl.c [793/906] add a GstGLContext object that will be the basis of OpenGL contexts 2014-03-15 18:37:01 +01:00
gstglwindow_win32_egl.h gl: keep only one occurence of '#include <EGL/egl.h>' 2014-03-19 14:43:13 +00:00
Makefile.am gl: win32: use a GMainContext to dispatch win32 messages 2015-05-21 14:33:52 -04:00
win32_message_source.c gl: win32: use a GMainContext to dispatch win32 messages 2015-05-21 14:33:52 -04:00
win32_message_source.h gl: win32: use a GMainContext to dispatch win32 messages 2015-05-21 14:33:52 -04:00