Comment 3 for bug 1525285

Revision history for this message
MichaƂ Sawicz (saviq) wrote : Re: inspecting clutter plugin hangs outside X11

There are suspect code blocks like the following:

#if defined (CLUTTER_WINDOWING_X11)
  /* Required by some GStreamer element like VA */
  XInitThreads ();
#endif

But that doesn't seem to be the problem, even if looks really shady (AFAICT basically means that if clutter was built with x11 support, it will call XInitThreads(), even if you're not actually running under X11).