[gstreamer-bugs] [Bug 319316] New: tag setters from mad plugin strip the tags

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Oct 20 06:59:30 PDT 2005


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=319316
 GStreamer | gst-plugins | Ver: 0.8.x

           Summary: tag setters from mad plugin strip the tags
           Product: GStreamer
           Version: 0.8.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: femistofel at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Please describe the problem:
If I try to use gstreamer to change tags of the mp3 file using id3mux or id3tag
elements I get the file with no tags at all (audio stays).

Steps to reproduce:
(a) to try id3tag - build the examples/retag/retag.c and try something like:

cp a-file-with-tags.mp3 "artist - track.mp3"
./retag "artist - track.mp3"
id3info "artist - track.mp3"

(b) to try with id3mux - build rhythmbox --with-tag-wrinting, it attempts to use
id3mux. get the spare mp3 file with tags, change any tag you want (using File >
Properties) and exit. now - id3info file.mp3

Actual results:
[artm at caracolito test-id3]$ id3info artist\ -\ title.mp3

*** Tag information for artist - title.mp3
*** mp3 info
MPEG1/layer III
Bitrate: 128KBps
Frequency: 44KHz


Expected results:
[artm at caracolito test-id3]$ id3info artist\ -\ title.mp3

*** Tag information for orig.mp3
=== TCOP (Copyright message):
=== TYER (Year): 1998
=== TENC (Encoded by):
=== TIT2 (Title/songname/content description): title
=== WXXX (User defined URL link): ():
=== TPE1 (Lead performer(s)/Soloist(s)): artist
=== TALB (Album/Movie/Show title): On North Sea Jazz Festival
=== TRCK (Track number/Position in set): 4
=== TCON (Content type): (8)
*** mp3 info


Does this happen every time?
yes

Other information:

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list