GNOME Bugzilla – Bug 776403
gst-play should set GST_GL_XINITHREADS so that XinitThread() is called appropriately
Last modified: 2017-01-09 13:52:12 UTC
as discussed in https://bugzilla.gnome.org/show_bug.cgi?id=776401, let's fix it similarly for gst-play.
Created attachment 342395 [details] [review] set GST_GL_XINITTHREADS
Comment on attachment 342395 [details] [review] set GST_GL_XINITTHREADS Seems like a good idea to me, even if annoying.
commit 7c0c59ccdf340522f5371c64564771b187b271c4 Author: Nicolas Dechesne <nicolas.dechesne@linaro.org> Date: Thu Dec 22 18:47:19 2016 +0100 tools: gst-play: set GST_GL_XINITHREADS This ensure that XInitThreads is called and so gl contexts are properly initialized. https://bugzilla.gnome.org/show_bug.cgi?id=776403