gl: win32: Unparent internal window before destroying it
authorXavier Claessens <xavier.claessens@collabora.com>
Mon, 16 May 2016 21:11:53 +0000 (17:11 -0400)
committerMatthew Waters <matthew@centricular.com>
Fri, 20 May 2016 15:04:01 +0000 (17:04 +0200)
commit098c5c16ad2b1c849c5893c0f81ef762144f69c6
treec14ffade947e4c22dcf8e25951850c6e54470920
parent83bb89f4eccdfe9019251e4b70b42b95b4fe08fa
gl: win32: Unparent internal window before destroying it

For some reason DestroyWindow() deadlock if it's called from
parent window's KeyPress event.

https://bugzilla.gnome.org/show_bug.cgi?id=766533
gst-libs/gst/gl/win32/gstglwindow_win32.c