Bug#414273: experimental version of rb crashes on play button
maximilian attems
max at stro.at
Sun Mar 11 18:24:27 CET 2007
reopen 414273
thanks
still reproducible in incoming RB..
On Sat, 10 Mar 2007, Loïc Minier wrote:
> 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.
hmm all 3 fail, with the same error:
gst-launch-0.10 foo.wmv ! ximagesink
(process:891): GStreamer-WARNING **: The GStreamer function gst_init_get_option_group() was
called, but the GLib threading system has not been initialised
yet, something that must happen before any other GLib function
is called. The application needs to be fixed so that it calls
if (!g_thread_supported ()) g_thread_init(NULL);
as very first thing in its main() function. Please file a bug
against this application.
ERROR: pipeline could not be constructed: no element "ximagesink".
installed gstreamer0.10-tools for aboves utility.
regards
--
maks
More information about the Pkg-gnome-maintainers
mailing list