<html><head></head><body><div>Le vendredi 31 juillet 2015 à 12:51 +0100, Hamdi Rakkez a écrit :</div><blockquote type="cite"><div dir="ltr"><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:large;color:#073763">Hi all,</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:large;color:#073763"><br></div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:large;color:#073763">What possibly can cause this problem when running gstreamer simple pipeline ??</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:large;color:#073763"><br></div><blockquote type="cite"><font color="#073763" face="trebuchet ms, sans-serif" size="4">gst-launch-1.0 videotestsrc ! glimagesink</font><br></blockquote><div><br></div><div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif;font-size:large;color:rgb(7,55,99);display:inline">The error is :</div></div><div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif;display:inline"><font color="#ff0000">XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"</font></div></div><div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif;display:inline"><font color="#ff0000">after 22 requests (21 known processed) with 0 events remaining.</font></div></div></div></blockquote><div><br></div><div>Most likely that you don't have X11 threading initialized. With gst-launch-1.0, set the environment GST_GL_XINITTHREADS=1, while if you own application, you should call XInitThreads() before initializing X11 library.</div><div><br></div><div>Nicolas</div><blockquote type="cite"></blockquote><div>
</div></body></html>