[723/906] gstglwindow: close has to be called in the glthread.
authorJulien Isorce <julien.isorce@gmail.com>
Mon, 1 Jul 2013 13:43:14 +0000 (14:43 +0100)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:57 +0000 (18:36 +0100)
commitba19813816d3742ad6520a57ce5c3ce3aee907fb
tree5095c3a6c540ce06e4c452de1655206855bf1b49
parent89a6d7ef5df76fdb8c55c90654824c91f1fecc7f
[723/906] gstglwindow: close has to be called in the glthread.

Indeed 'glXMakeCurrent (window_x11->device, None, NULL);'
has to be called in the thread where the glcontext is actually
current.
Otherwise glXDestroyContext may crash.
gst-libs/gst/gl/gstglwindow.c