glwindow: Fix glimagesink cannot show frame when connect to qmlglsrc
authorHaihua Hu <jared.hu@nxp.com>
Wed, 27 Jul 2016 02:55:01 +0000 (10:55 +0800)
committerMatthew Waters <matthew@centricular.com>
Wed, 3 Aug 2016 12:10:56 +0000 (22:10 +1000)
commitfa37e3588e42e34165b951b9f91af8c1fd2ee205
treebb3e1d7243fdade55bc7ff5e52338fd71910b06f
parent2bb3baa8c9677685215f8ff3d7204f43d750a472
glwindow: Fix glimagesink cannot show frame when connect to qmlglsrc

When connect to qmlglsrc, x11 event loop will be replace by qt event loop
which will cause the window cannot receive event from xserver, such as resize

https://bugzilla.gnome.org/show_bug.cgi?id=768160
gst-libs/gst/gl/x11/gstglwindow_x11.c