[gstreamer-bugs] [Bug 556734] [decodebin] stripped id3 tags
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Oct 20 09:38:17 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=556734
GStreamer | don't know | Ver: 0.10.21
------- Comment #8 from Scott Robinson 2008-10-20 16:38 UTC -------
Created an attachment (id=120941)
--> (http://bugzilla.gnome.org/attachment.cgi?id=120941&action=view)
Short MP3 with replygain tags.
Attached is a test file. I created it using:
$ gst-launch-0.10 audiotestsrc num-buffers=100 ! taginject
tags="title=testt,artist=testa" ! lame ! id3v2mux ! filesink location=test.mp3
[...]
$ mp3gain test.mp3
You can validate it has tags:
$ gst-launch-0.10 -m filesrc location=test.mp3 ! id3demux ! fakesink
silent=TRUE 2>/dev/null | grep taglist
Got Message from element "id3demux0" (tag): taglist, title=(string)testt,
artist=(string)testa;
And you can validate it fails:
$ gst-launch-0.10 filesrc location=test.mp3 ! decodebin ! audioconvert ! lame !
id3v2mux ! filesink location=verify.mp3
[...]
$ gst-launch-0.10 -m filesrc location=verify.mp3 ! id3demux ! fakesink
silent=TRUE 2>/dev/null | grep taglist
[Nothing!]
--
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=556734.
More information about the Gstreamer-bugs
mailing list