mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
5d5f935e38
commit
5676bdaf81
2 changed files with 7 additions and 0 deletions
|
@ -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),
|
||||
|
|
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue