mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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
2 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue