[Gstreamer-bugs] [Bug 135528] Changed - ximagesink crashes on resize

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Mar 4 20:26:07 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=135528

Changed by rbultje at ronald.bitfreak.net.

--- shadow/135528	Thu Mar  4 22:56:48 2004
+++ shadow/135528.tmp.10557	Thu Mar  4 23:26:07 2004
@@ -48,6 +48,16 @@
 just crashing. See man XSetErrorHandler.
 
 ------- Additional Comments From ds at schleef.org  2004-03-04 22:56 -------
 XSetErrorHandler() isn't useful, since it's global to Xlib, not tied
 to a particular file descriptor.  Thus, ximagesink setting an error
 handler will interfere with gdk's.
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2004-03-04 23:26 -------
+Given the error messages I'm guessing that somehow, even though I set
+synchronous to true, it doesn't run in synced-mode. It's simply the
+XShmPutImage() before it.
+
+And well, we'll have to figure out something else then, maybe call the
+old handler from our new one or so (I'm quite sure gtk does that too,
+will check some day)... But simply aborting isn't really a good thing
+either.




More information about the Gstreamer-bugs mailing list