From a81e97c96ecd660ecb5e7af52c9b753c2dab366e Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sun, 5 Feb 2006 22:47:41 +0000 Subject: [PATCH] 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" --- ChangeLog | 6 ++++++ gst-libs/gst/tag/gstid3tag.c | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1e292d955a..2c788ba15e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-02-05 Jan Schmidt + + * gst-libs/gst/tag/gstid3tag.c: + Add mapping for ID3 International Standard Recording Code + tag "TSRC" + 2006-02-05 Jan Schmidt * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1): diff --git a/gst-libs/gst/tag/gstid3tag.c b/gst-libs/gst/tag/gstid3tag.c index 6b72ca97dd..0ca25b4ce0 100644 --- a/gst-libs/gst/tag/gstid3tag.c +++ b/gst-libs/gst/tag/gstid3tag.c @@ -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} };