[gstreamer-bugs] [Bug 551404] Crashes Banshee/Totem when attempting to play file

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Oct 26 08:24:30 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=551404

  GStreamer | don't know | Ver: 0.10.x

René Stadler changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mail at renestadler.de




------- Comment #4 from René Stadler  2008-10-26 15:24 UTC -------
You can try running these commands at the terminal:

gst-launch-0.10 playbin uri=file:///path/to/some/autofile.mp3
gst-launch-0.10 playbin2 uri=file:///path/to/some/autofile.mp3

These play a file in a fashion similar to totem.  If they crash, run them under
gdb like this:

gdb --args gst-launch-0.10 playbin uri=file:///path/to/some/autofile.mp3

Enter "run" to start the program, when you get the prompt back enter "bt" to
get the backtrace, which you can paste here.

Since any audio file crashes, it might be audio output related.  Try running
this:

gst-launch-0.10 audiotestsrc ! autoaudiosink -v

(This plays an audio test signal)


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=551404.




More information about the Gstreamer-bugs mailing list