mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
For some reason, I only committed a ChangeLog entry yesterday and not the corresponding code...
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
This commit is contained in:
parent
170e28dce7
commit
5b32d38c0b
2 changed files with 18 additions and 10 deletions
|
@ -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>
|
2004-03-06 Benjamin Otte <otte@gnome.org>
|
||||||
|
|
||||||
* ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
|
* ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
|
||||||
|
|
|
@ -187,6 +187,7 @@ static GstTagEntryMatch tag_matches[] = {
|
||||||
{ GST_TAG_DATE, "TDRC" },
|
{ GST_TAG_DATE, "TDRC" },
|
||||||
{ GST_TAG_COMMENT, "COMM" },
|
{ GST_TAG_COMMENT, "COMM" },
|
||||||
{ GST_TAG_ALBUM_VOLUME_NUMBER, "TPOS" },
|
{ GST_TAG_ALBUM_VOLUME_NUMBER, "TPOS" },
|
||||||
|
{ GST_TAG_DURATION, "TLEN" },
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue