summaryrefslogtreecommitdiffstats
path: root/gst/apetag
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-09-25 19:09:33 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-09-25 19:09:33 +0000
commitac934ae36b95372695c1fb6e81ce284172b2a6a9 (patch)
treebde92f3345acf135b84ef33e3a024378c955175a /gst/apetag
parentab3379a6ac746bc754554a689835dfdb0fbc1d27 (diff)
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).
Diffstat (limited to 'gst/apetag')
-rw-r--r--gst/apetag/gstapedemux.c1
1 files changed, 1 insertions, 0 deletions
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}, {