GNOME Bugzilla – Bug 565860
[mp3parse] getting stuck while tryin to play an mp3
Last modified: 2009-06-01 11:46:16 UTC
Please describe the problem: I cannot play this mp3 with any gstreamer based player, it just keep waiting and does not start. Tried totem, decibel and gst-launch with playbin. Works fine with beep-media-player. gdb --args gst-launch-0.10 -vvvvv playbin uri=file:///var/tmp/dcc/frammenti\ -\ corrono\ ginocchia\ sbucciate/01._non_senza_mano_cattiva.mp3 ^C Program received signal SIGINT, Interrupt. 0xb7c9948d in poll () from /lib/libc.so.6 (gdb) bt full
+ Trace 211118
This is gstreamer related software i have installed: gstreamer0.10-alsa 0.10.20-1 gstreamer0.10-ffmpeg 0.10.5-1 gstreamer0.10-gnomevfs 0.10.20-1 gstreamer0.10-plugins-bad 0.10.7-2 gstreamer0.10-plugins-base 0.10.20-1 gstreamer0.10-plugins-good 0.10.8-4 gstreamer0.10-plugins-ugly 0.10.8-1 gstreamer0.10-tools 0.10.20-1 gstreamer0.10-x 0.10.20-1 Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
You can download the file from here: http://rapidshare.de/files/41227017/01._non_senza_mano_cattiva.mp3.html
Could you past *all* gst-launch output please? Could you do a debug log with $ GST_DEBUG=*:5 gst-launch-0.10 playbin uri=file:///path/to/foo.mp3 2>dbg.log $ gzip dbg.log and attach it (if it's too big, try adding a GST_DEBUG_NO_COLOR=1)? Which distro/distro version is that with?
(In reply to comment #2) > Could you past *all* gst-launch output please? This is gst-launch-0.10 output, i have to kill it because it won't proceed further: gst-launch-0.10 -vvvvv playbin uri=file:///var/tmp/dcc/frammenti\ -\ corrono\ ginocchia\ sbucciate/01._non_senza_mano_cattiva.mp3 Impostazione della pipeline a PAUSED ... /GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstTypeFindElement:typefind.GstPad:src: caps = application/x-id3 La pipeline è in PREROLLING ... /GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstID3Demux:id3demux0.GstPad:sink: caps = application/x-id3 /GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstMPEGAudioParse:mpegaudioparse0.GstPad:sink: caps = audio/mpeg, mpegversion=(int)1, layer=(int)3 ^CCaught interrupt -- handling interrupt. Interrotto: arresto della pipeline ... ERRORE: la pipeline non vuole fare il preroll. Impostazione della pipeline a NULL ... /GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstMPEGAudioParse:mpegaudioparse0.GstPad:sink: caps = NULL /GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstID3Demux:id3demux0.GstPad:src: caps = NULL /GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstID3Demux:id3demux0.GstPad:sink: caps = NULL /GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstTypeFindElement:typefind.GstPad:src: caps = NULL Esecuzione FREE su pipeline ... > Could you do a debug log with > > $ GST_DEBUG=*:5 gst-launch-0.10 playbin uri=file:///path/to/foo.mp3 2>dbg.log > $ gzip dbg.log > > and attach it (if it's too big, try adding a GST_DEBUG_NO_COLOR=1)? I have uploaded the debug log here http://rapidshare.de/files/41233884/dbg.log.gz.html, it's ~5mb compressed. > Which distro/distro version is that with? debian sid
Hey Riccardo, could you retry with an up-to-date sid (ie. up-to-date gstreamer versions) now that Lenny has been released?
Hey, thanks for remembering about this one, gstreamer ugly 0.10.11 plays the file nicely. Thanks!