GNOME Bugzilla – Bug 397673
[patch] XIOError caught in x[v]imagesink.c
Last modified: 2007-01-23 16:11:27 UTC
There are unlocked X calls in event handler, which can lead to unexpected async reply in Xlib and on some clients we even end with XIOError. Attached patch should solve this problem.
Created attachment 80519 [details] [review] proposed patch
Fixed in CVS head. Thanks.
I seem to get deadlocks with gst-launch playbin uri=... after this patch was applied:
+ Trace 104545
Should be fixed again in CVS HEAD.
Thank you, that seems to fix it.