gldisplay: really retrieve glcontext for a specific thread
authorMark Nauwelaerts <mnauw@users.sourceforge.net>
Sat, 5 Mar 2016 16:16:24 +0000 (17:16 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:17 +0000 (19:32 +0000)
commit6d343abec8aace721f49b28701506b9dd9122481
tree504b9c67f54f896a79f50f0b9daef97fea1ead48
parent31b10947440bc5355cee591a90ca219502f6aaf6
gldisplay: really retrieve glcontext for a specific thread

When requesting a glcontext (regardless of thread), the result was correct.
However, when requesting current glcontext on a specific thread, it could
come up with a glcontext active on another thread.

https://bugzilla.gnome.org/show_bug.cgi?id=763168
gst-libs/gst/gl/gstgldisplay.c