[gstreamer-bugs] [Bug 336957] Seg fault when playing mp3 (file linked)

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed May 3 09:08:59 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=336957
 GStreamer | gst-plugins-ugly | Ver: 0.10.3





------- Comment #7 from Jan Schmidt  2006-05-03 16:08 UTC -------
OK, thanks for the info. This problem is definitely caused by bad typefinding
when  operating in push mode:

 gst-launch filesrc location=Hallelujah.mp3 ! queue ! id3demux ! fakesink
silent=true -v 

yields:
/pipeline0/fakesink0.sink: caps = audio/mpeg, framed=(boolean)false,
mpegversion=(int)4

I don't get the same problem if I strip the ID3 tag and then try typefinding,
so this seems to be a bug in id3demux.

gst-launch filesrc location=Hallelujah.mp3 ! id3demux ! filesink
location=tmp.mp3
gst-launch filesrc location=tmp.mp3 ! queue ! typefind ! fakesink silent=true
-v

yields:
/pipeline0/typefindelement0.src: caps = audio/mpeg, mpegversion=(int)1,
layer=(int)3


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list