After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 565860 - [mp3parse] getting stuck while tryin to play an mp3
[mp3parse] getting stuck while tryin to play an mp3
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.x
Other All
: Normal normal
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-28 12:51 UTC by Riccardo Magliocchetti
Modified: 2009-06-01 11:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Riccardo Magliocchetti 2008-12-28 12:51:44 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
  • #0 poll
    from /lib/libc.so.6
  • #1 g_main_context_iterate
    at /tmp/buildd/glib2.0-2.18.2/glib/gmain.c line 3091
  • #2 IA__g_main_loop_run
    at /tmp/buildd/glib2.0-2.18.2/glib/gmain.c line 2986
  • #3 gst_bus_poll
    from /usr/lib/libgstreamer-0.10.so.0

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:
Comment 1 Riccardo Magliocchetti 2008-12-28 13:13:09 UTC
You can download the file from here: http://rapidshare.de/files/41227017/01._non_senza_mano_cattiva.mp3.html

Comment 2 Tim-Philipp Müller 2008-12-29 11:36:52 UTC
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?
Comment 3 Riccardo Magliocchetti 2008-12-29 12:56:21 UTC
(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

Comment 4 Tim-Philipp Müller 2009-05-31 23:58:33 UTC
Hey Riccardo, could you retry with an up-to-date sid (ie. up-to-date gstreamer versions) now that Lenny has been released?
Comment 5 Riccardo Magliocchetti 2009-06-01 11:40:01 UTC
Hey, thanks for remembering about this one, gstreamer ugly 0.10.11 plays the file nicely. Thanks!