summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-08-05 15:05:44 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-08-05 15:05:44 +0000
commit1a9699c487eae4a1c54dd8802fae3ec594d117be (patch)
treee174d7c28edec0f81a6ebd1079db5585dc90d77e /ChangeLog
parent8e98d264cdb9e227793b79af769175d1ae31ec73 (diff)
gst/wavparse/gstwavparse.c: Handle the list chunk and use gst_riff_parse_info() to parse the info sub-chunk.
Original commit message from CVS: * gst/wavparse/gstwavparse.c: Handle the list chunk and use gst_riff_parse_info() to parse the info sub-chunk.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fce671a8..98af8d28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2008-08-05 Stefan Kost <ensonic@users.sf.net>
* gst/wavparse/gstwavparse.c:
+ Handle the list chunk and use gst_riff_parse_info() to parse the info
+ sub-chunk.
+
+2008-08-05 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/wavparse/gstwavparse.c:
Handle the acid chunk and send tempo as part of tags. Other fields are
interesting too, but need more tag-definitions. Fixes #545433.