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 768552 - glimagesink: Resource temporarily unavailable on X server
glimagesink: Resource temporarily unavailable on X server
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.8.0
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-07-08 08:02 UTC by Dimitrios Katsaros
Modified: 2016-07-08 13:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dimitrios Katsaros 2016-07-08 08:02:55 UTC
I am testing glimagesink on gstreamer version 1.8.0. Running a simple pipeline like:

gst-launch-1.0 videotestsrc ! glimagesink

Crashes once every 3-4 executions with:

XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
      after 23 requests (22 known processed) with 0 events remaining.

rerunning the pipeline afterwards will usually run again. 

The fglrx driver I am using is: amd-driver-installer-15.302-x86.x86_64.run
Comment 1 Matthew Waters (ystreet00) 2016-07-08 08:11:38 UTC
Are you running with GST_GL_XINITTHREADS=1 in the environment?
Comment 2 Dimitrios Katsaros 2016-07-08 09:40:27 UTC
Setting that flag works! Thank you Matthew. I will close the ticket