[gstreamer-bugs] [Bug 334375] New: [id3mux] [tagid3v2mux] ID3 tag rewriting is lossy

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Mar 12 21:02:41 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=334375
 GStreamer | gst-plugins-ugly | Ver: HEAD CVS

           Summary: [id3mux] [tagid3v2mux] ID3 tag rewriting is lossy
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: alexl at users.sourceforge.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: teuf at gnome.org, hadess at hadess.net,
                    thaytan at mad.scientist.com, deaddog at deaddog.org,
                    jrl at ids.org.au, joem at gentoo.org,
                    jkfox at physics.utoronto.ca, cmarcelo at gmail.com
 BugsThisDependsOn: 323658
     GNOME version: Unspecified
   GNOME milestone: Unspecified


+++ This bug was initially created as a clone of Bug #323658 +++

ID3 tag rewriting using either the id3mux or tagid3v2mux plugins will lose
valid ID3v2.4.0 tags that gstreamer doesn't explicitly have a GST_TAG_ for, for
example "TCOM" (for composer) or "TENC" (for encoding).

Example, using the following file (with ID3v2.3 tags):

http://gstreamer.net/media/incoming/V2.mp3

Retagged using id3mux plugin using this pipeline:

gst-launch-0.10 filesrc location=V2.mp3 ! id3demux ! id3mux ! filesink
location=V2-id3mux.mp3

results in the file in attachment #60953.

Retagged using the tagid3v2mux plugin with this pipeline

gst-launch-0.10 filesrc location=V2.mp3 !  id3demux ! tagid3v2mux ! filesink
location=V2-taglib.mp3

results in the file in attachment #60950.


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