[gstreamer-bugs] [Bug 333501] [patch] taglib element

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Mar 6 14:03:40 PST 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=333501
 GStreamer | gst-plugins-bad | Ver: HEAD CVS





------- Comment #19 from Alex Lancaster  2006-03-06 22:03 UTC -------
(In reply to comment #16)
> Created an attachment (id=60800)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=60800&action=view) [edit]
> Integrated new comments
> 
> I made all the changes you suggested. This is a c++ program, so the // comment
> was probably valid. I changed it anyway.

Before applying this version of the patch, I got it to convert an existing mp3
successfully using this pipeline (using id3demux):

GST_PLUGIN_PATH=/usr/local/lib/gstreamer-0.10 gst-launch-0.10 filesrc
location=V2.mp3 ! id3demux ! tagid3v2mux ! filesink location=foo.mp3

However upon applying this patch it hangs (although it appears to write out the
file):

GST_PLUGIN_PATH=/usr/local/lib/gstreamer-0.10 gst-launch-0.10 filesrc
location=V2.mp3 ! id3demux ! tagid3v2mux ! filesink location=foo.mp3
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock

(gst-launch-0.10:18008): GStreamer-WARNING **: pad id3demux0:src sending eos
event in wrong direction

(it hangs here)


-- 
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