For some reason, I only committed a ChangeLog entry yesterday and not the correspondi...
authorChristophe Fergeau <teuf@gnome.org>
Sat, 6 Mar 2004 12:04:32 +0000 (12:04 +0000)
committerChristophe Fergeau <teuf@gnome.org>
Sat, 6 Mar 2004 12:04:32 +0000 (12:04 +0000)
Original commit message from CVS:
2004-03-06  Christophe Fergeau  <teuf@gnome.org>

For some reason, I only committed a ChangeLog entry yesterday and
not the corresponding code...
* ext/mad/gstmad.c: Fix detection of Xing headers
* gst/tags/gstid3tag.c: Changes to support TLEN tags

ChangeLog
gst/tags/gstid3tag.c

index d145979..8652a81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-06  Christophe Fergeau  <teuf@gnome.org>
+
+       For some reason, I only committed a ChangeLog entry yesterday and 
+       not the corresponding code...
+       * ext/mad/gstmad.c: Fix detection of Xing headers
+       * gst/tags/gstid3tag.c: Changes to support TLEN tags
+
 2004-03-06  Benjamin Otte  <otte@gnome.org>
 
        * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
index 2250f29..a3609c3 100644 (file)
@@ -178,16 +178,17 @@ static const gchar *genres[] = {
 };
 
 static GstTagEntryMatch tag_matches[] = {
-  { GST_TAG_TITLE,             "TIT2"  },
-  { GST_TAG_ALBUM,             "TALB"  },
-  { GST_TAG_TRACK_NUMBER,      "TRCK"  },
-  { GST_TAG_ARTIST,            "TPE1"  },
-  { GST_TAG_COPYRIGHT,         "TCOP"  },
-  { GST_TAG_GENRE,             "TCON"  },
-  { GST_TAG_DATE,              "TDRC"  },
-  { GST_TAG_COMMENT,           "COMM"  },
-  { GST_TAG_ALBUM_VOLUME_NUMBER,  "TPOS"  },
-  { NULL,                      NULL    }
+  { GST_TAG_TITLE,              "TIT2" },
+  { GST_TAG_ALBUM,              "TALB" },
+  { GST_TAG_TRACK_NUMBER,       "TRCK" },
+  { GST_TAG_ARTIST,             "TPE1" },
+  { GST_TAG_COPYRIGHT,          "TCOP" },
+  { GST_TAG_GENRE,              "TCON" },
+  { GST_TAG_DATE,               "TDRC" },
+  { GST_TAG_COMMENT,            "COMM" },
+  { GST_TAG_ALBUM_VOLUME_NUMBER, "TPOS" },
+  { GST_TAG_DURATION,            "TLEN" },
+  { NULL,                       NULL   }
 };
 /**
 * gst_tag_from_id3_tag: