gst-libs/gst/tag/gstid3tag.c: Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.

Original commit message from CVS:
* gst-libs/gst/tag/gstid3tag.c:
Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
Fixes #414496.
This commit is contained in:
Wim Taymans 2007-03-09 16:51:13 +00:00
parent 5d5f935e38
commit 5676bdaf81
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2007-03-09 Wim Taymans <wim@fluendo.com>
* gst-libs/gst/tag/gstid3tag.c:
Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
Fixes #414496.
2007-03-09 Wim Taymans <wim@fluendo.com>
* ext/libvisual/visual.c: (gst_visual_sink_setcaps),

View file

@ -207,6 +207,7 @@ static const GstTagEntryMatch tag_matches[] = {
{GST_TAG_IMAGE, "APIC"},
{GST_TAG_ENCODER, "TSSE"},
{GST_TAG_BEATS_PER_MINUTE, "TBPM"},
{GST_TAG_MUSICBRAINZ_SORTNAME, "TSOP"},
{NULL, NULL}
};