id3v2mux: Adds mapping for album artist
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Wed, 8 Sep 2010 20:07:53 +0000 (17:07 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Wed, 8 Sep 2010 20:07:53 +0000 (17:07 -0300)
Maps GST_TAG_ALBUM_ARTIST to TPE2 in id3v2mux

ext/taglib/gstid3v2mux.cc

index c916c4b..6468048 100644 (file)
@@ -657,6 +657,7 @@ static const struct
 } add_funcs[] = {
   {
   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"}, {