diff options
author | Christophe Fergeau <teuf@gnome.org> | 2004-03-05 23:32:36 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2004-03-05 23:32:36 +0000 |
commit | b054dc56261ce793e1d988b0f972ebbcdc4f168e (patch) | |
tree | acce037e8b7626521eed6971e20b76858903600f | |
parent | 83c8687bb0b743d1d859db04849e1b0da1f47df9 (diff) |
ext/mad/: parse Xing header in vbr files, and report the parsed length as a GST_TAG_DURATION tag.
Original commit message from CVS:
2004-03-06 Christophe Fergeau <teuf@gnome.org>
* ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
* ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
(mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
files, and report the parsed length as a GST_TAG_DURATION tag.
* gst/tags/gstid3tag.c: support TLEN (duration) tag
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-03-06 Christophe Fergeau <teuf@gnome.org> + + * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list): + * ext/mad/gstmad.c: (gst_mad_init), (is_xhead), + (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr + files, and report the parsed length as a GST_TAG_DURATION tag. + * gst/tags/gstid3tag.c: support TLEN (duration) tag + 2004-03-05 Benjamin Otte <otte@gnome.org> * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels): |