id3mux: Map GST_TAG_ALBUM_ARTIST
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Wed, 8 Sep 2010 19:57:57 +0000 (16:57 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Wed, 8 Sep 2010 19:57:57 +0000 (16:57 -0300)
Map GST_TAG_ALBUM_ARTIST to TPE2 as it is done in
-base id3tag mappings.

gst/id3tag/id3tag.c

index a46c1a0..272301b 100644 (file)
@@ -1041,6 +1041,7 @@ static const struct
   {
     /* Simple text tags */
   GST_TAG_ARTIST, add_text_tag, "TPE1"}, {
+  GST_TAG_ALBUM_ARTIST, add_text_tag, "TPE2"}, {
   GST_TAG_TITLE, add_text_tag, "TIT2"}, {
   GST_TAG_ALBUM, add_text_tag, "TALB"}, {
   GST_TAG_COPYRIGHT, add_text_tag, "TCOP"}, {