summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-04-23 00:47:41 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-04-23 00:47:41 +0000
commit0afe517495434a49c8681e69587bf8baaac5d53d (patch)
treec8ee93dc2de5017c171fbc446ce53754f76f5f83 /ChangeLog
parent65d9f3c1736ad81add8a7584de7e61d98a61b6ea (diff)
gst/wavparse/gstwavparse.c: Missing variable initialization. Add handling of DVI ADPCM. Fix mis-parsing of LIST chunk...
Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad), (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event), (gst_wavparse_loop): Missing variable initialization. Add handling of DVI ADPCM. Fix mis-parsing of LIST chunks. This works around a bug where we mis- parse non-aligning LIST chunks (so LIST chunks where the contents don't align with the actual LIST size). The correct fix is to use rifflib, I'm not going to fix wavparse - too much work. All this fixes #104878.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1758ccc3..afd46b19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
+
+ * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
+ (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
+ (gst_wavparse_loop):
+ Missing variable initialization. Add handling of DVI ADPCM. Fix
+ mis-parsing of LIST chunks. This works around a bug where we mis-
+ parse non-aligning LIST chunks (so LIST chunks where the contents
+ don't align with the actual LIST size). The correct fix is to use
+ rifflib, I'm not going to fix wavparse - too much work. All this
+ fixes #104878.
+
2004-04-22 Zaheer Abbas Merali <zaheerabbas@merali.org>
reviewed by Benjamin Otte <otte@gnome.org>