summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-08-05 14:22:12 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-08-05 14:22:12 +0000
commit8e98d264cdb9e227793b79af769175d1ae31ec73 (patch)
treee1c05f3eb18092c63bb503370692b615ffd329b1 /ChangeLog
parent6d0e3ac3964ec290a596950b7765fdb46b6431f9 (diff)
gst/wavparse/gstwavparse.c: Handle the acid chunk and send tempo as part of tags. Other fields are interesting too, b...
Original commit message from CVS: * 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce80d35d..fce671a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
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.
+
+2008-08-05 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/wavparse/gstwavparse.c:
Refactor wavparse. Call _reset() from dispose() and move old code from
dispose into reset. This way we don't leak taglists when we abort
parsing. Fix some comments. Move code for skipping a chunk into extra