summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-08-11 15:58:30 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-08-11 15:58:30 +0000
commit4e5ca9f0844b70aa599f96ac08f1b3db4ad57cb2 (patch)
tree30ae6b9e13098d39562438efb88167a555edf66b /ChangeLog
parent9e50d836d4173f127adc56446fa74f1e103fa673 (diff)
downloadgst-plugins-bad-4e5ca9f0844b70aa599f96ac08f1b3db4ad57cb2.tar.gz
gst-plugins-bad-4e5ca9f0844b70aa599f96ac08f1b3db4ad57cb2.tar.bz2
gst-plugins-bad-4e5ca9f0844b70aa599f96ac08f1b3db4ad57cb2.zip
gst/filter/: Fix processing with buffer sizes that are larger than the filter kernel size.
Original commit message from CVS: * gst/filter/gstbpwsinc.c: (process_32), (process_64): * gst/filter/gstlpwsinc.c: (process_32), (process_64): Fix processing with buffer sizes that are larger than the filter kernel size.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb5698d5..303452fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-11 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/filter/gstbpwsinc.c: (process_32), (process_64):
+ * gst/filter/gstlpwsinc.c: (process_32), (process_64):
+ Fix processing with buffer sizes that are larger than the filter
+ kernel size.
+
2007-08-10 Wim Taymans <wim.taymans@gmail.com>
* gst/rtpmanager/Makefile.am: