summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--gst/id3demux/id3tags.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 521e104c..8dfb92cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"}, {