summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-26 15:25:18 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-26 15:25:18 +0000
commite81c80a481eef774ec3cc3d10b04181efc27db10 (patch)
treec40521ec94b54d16b4c0d8289e78c0ef16fc2eb9 /ChangeLog
parentda0da24565c0ed6c4d145c2c867c14b8021aab24 (diff)
ext/speex/gstspeexdec.c: Use different variables for nested for loops so that the outer loop functions properly and s...
Original commit message from CVS: * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data): Use different variables for nested for loops so that the outer loop functions properly and speex files with multiple frames per buffer work properly. Fixes #441408.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4840d437..cd12c1f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-05-26 Wim Taymans <wim@fluendo.com>
+
+ * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
+ Use different variables for nested for loops so that the outer loop
+ functions properly and speex files with multiple frames per buffer work
+ properly.
+ Fixes #441408.
+
2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
* gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):