GNOME Bugzilla – Bug 768552
glimagesink: Resource temporarily unavailable on X server
Last modified: 2016-07-08 13:01:52 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
Are you running with GST_GL_XINITTHREADS=1 in the environment?
Setting that flag works! Thank you Matthew. I will close the ticket