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:
parent
409b9b220d
commit
a81e97c96e
@ -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):
|
||||
|
@ -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}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user