On Sat, Mar 10, 2007, maximilian attems wrote: > > Could you try disabling the visualization plugin? All plugins? > disabling visualization did the trick. it no longer crashes. > > Could you attach the output of "gconftool-2 -R /system/gstreamer/0.10"? > videosink = autovideosink
"autovideosink" is a GStreamer plugin which will try to open "xvimagesink" and fallback to "x11magesink"; it would be interesting to understand whether there's a bug in RB, in autovideosink, in xvimagesink, or in Xorg. Could you try running two times in parallel the following commands: 1) xterm 1: gst-launch-0.10 videotestsrc ! ximagesink xterm 2: gst-launch-0.10 videotestsrc ! ximagesink 2) xterm 1: gst-launch-0.10 videotestsrc ! xvimagesink xterm 2: gst-launch-0.10 videotestsrc ! xvimagesink 3) xterm 1: gst-launch-0.10 videotestsrc ! autovideosink xterm 2: gst-launch-0.10 videotestsrc ! autovideosink Test 1) should always work, test 2) and 3) should give the same result; it all three tests succeed, it's a weird bug in RB, if test 3) only fails, it's a bug in GStreamer, otherwise it's a bug in Xorg. Thanks, -- Loïc Minier <[EMAIL PROTECTED]>

