After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 776403 - gst-play should set GST_GL_XINITHREADS so that XinitThread() is called appropriately
gst-play should set GST_GL_XINITHREADS so that XinitThread() is called approp...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 1.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-12-22 17:50 UTC by nicolas dechesne
Modified: 2017-01-09 13:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
set GST_GL_XINITTHREADS (982 bytes, patch)
2016-12-22 17:51 UTC, nicolas dechesne
committed Details | Review

Description nicolas dechesne 2016-12-22 17:50:24 UTC
as discussed in https://bugzilla.gnome.org/show_bug.cgi?id=776401, let's fix it similarly for gst-play.
Comment 1 nicolas dechesne 2016-12-22 17:51:55 UTC
Created attachment 342395 [details] [review]
set GST_GL_XINITTHREADS
Comment 2 Sebastian Dröge (slomo) 2016-12-23 10:11:46 UTC
Comment on attachment 342395 [details] [review]
set GST_GL_XINITTHREADS

Seems like a good idea to me, even if annoying.
Comment 3 Sebastian Dröge (slomo) 2016-12-23 10:18:31 UTC
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