From ac934ae36b95372695c1fb6e81ce284172b2a6a9 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 25 Sep 2007 19:09:33 +0000 Subject: Add support for the new GST_TAG_COMPOSER (#459809). Original commit message from CVS: * ext/taglib/gstapev2mux.cc: * ext/taglib/gstid3v2mux.cc: * gst/apetag/gstapedemux.c: Add support for the new GST_TAG_COMPOSER (#459809). --- gst/apetag/gstapedemux.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/apetag') diff --git a/gst/apetag/gstapedemux.c b/gst/apetag/gstapedemux.c index 87c1c675..eaabd7a0 100644 --- a/gst/apetag/gstapedemux.c +++ b/gst/apetag/gstapedemux.c @@ -135,6 +135,7 @@ static const struct _GstApeDemuxTagTableEntry "title", GST_TAG_TITLE}, { "artist", GST_TAG_ARTIST}, { "album", GST_TAG_ALBUM}, { + "composer", GST_TAG_COMPOSER}, { "comment", GST_TAG_COMMENT}, { "comments", GST_TAG_COMMENT}, { "copyright", GST_TAG_COPYRIGHT}, { -- cgit