gst-libs/gst/tag/gstid3tag.c: Add mapping for ID3 International Standard Recording Code tag "TSRC"

Original commit message from CVS:
* gst-libs/gst/tag/gstid3tag.c:
Add mapping for ID3 International Standard Recording Code
tag "TSRC"
This commit is contained in:
Jan Schmidt 2006-02-05 22:47:41 +00:00
parent 409b9b220d
commit a81e97c96e
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
* gst-libs/gst/tag/gstid3tag.c:
Add mapping for ID3 International Standard Recording Code
tag "TSRC"
2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
* ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):

View file

@ -203,6 +203,7 @@ static GstTagEntryMatch tag_matches[] = {
{GST_TAG_COMMENT, "COMM"},
{GST_TAG_ALBUM_VOLUME_NUMBER, "TPOS"},
{GST_TAG_DURATION, "TLEN"},
{GST_TAG_ISRC, "TSRC"},
{NULL, NULL}
};