diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gst/id3demux/id3tags.c | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-04-17 Jan Schmidt <thaytan@mad.scientist.com> + + * gst/id3demux/id3tags.c: + Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster + (Fixes #338713) + 2006-04-12 Wim Taymans <wim@fluendo.com> * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps), diff --git a/gst/id3demux/id3tags.c b/gst/id3demux/id3tags.c index bd370ed5..35571eca 100644 --- a/gst/id3demux/id3tags.c +++ b/gst/id3demux/id3tags.c @@ -264,6 +264,7 @@ const struct ID3v2FrameIDConvert "TAL", "TALB"}, { "TBP", "TBPM"}, { "TCM", "TCOM"}, { + "TCO", "TCON"}, { "TCR", "TCOP"}, { "TDA", "TDRC"}, { "TDY", "TDLY"}, { |