GNOME Bugzilla – Bug 601809
seek example doesn't work with csw
Last modified: 2010-01-10 23:54:58 UTC
$ ./seek 16 <uri> PLAY pipeline got prepare-xwindow-id lt-seek: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0. passing GDK_NATIVE_WINDOWS=1 makes it work.
That looks like it's caused by the Gtk+ ABI break, see bug #599885. We need to fix up our examples accordingly, marking as blocker.
(or rather API break in this case)
Tim, is this fixed, or are the more examples that need the change?
I was going to keep it open until I've added something about this to the GstXOverlay docs.
*** Bug 605960 has been marked as a duplicate of this bug. ***
commit 5e6162eebb8aa9460f6d47cfe82f4f2b9e64f1c4 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Sun Jan 10 23:50:02 2010 +0000 docs: flesh out GtkXOverlay docs some more and add example for Gtk+ >= 2.18 Explain why the whole bus sync handler mess is needed. Add section about how to use GstXOverlay in connection with Gtk+ and mention the Gtk+ API break issue and how to work around it (see #601809).