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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Mar 7 00:28:04 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 #25 from Christophe Fergeau  2006-03-07 08:28 UTC -------
It's not easy to get all those tags intact, at least it can be done for any
unknown tags, since what happens is that id3demux (or whatever element creating
the tags) translate TCON, TCOP, TENC, ... to a generic symbolic constant
(GST_TAG_SOMETHING), and then tagid3v2mux does the opposite translation.
However, it's pretty easy to make tagid3v2mux handle some tags it doesn't
handle at the moment, patch welcome ;) (alternatively, if you provide me with a
mapping between gstreamer tag names and the corresponding id3v2 header (TCON,
TCOP, ...), I can easily add them).


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