diff options
author | Alex Lancaster <alexlan@fedoraproject.org> | 2006-04-17 10:01:51 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-04-17 10:01:51 +0000 |
commit | 5ff469042fabf9c436a1fe3b3a8eadb20ab0f5d8 (patch) | |
tree | 306c4e8738d31e551042ca87ea999b089ca0c6dd | |
parent | c0815648cc83da5902a31bf4f49c79e8e92bc361 (diff) |
gst/id3demux/id3tags.c: (Fixes #338713)
Original commit message from CVS:
* gst/id3demux/id3tags.c:
Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
(Fixes #338713)
-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"}, { |