diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-08-11 15:58:30 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-08-11 15:58:30 +0000 |
commit | 4e5ca9f0844b70aa599f96ac08f1b3db4ad57cb2 (patch) | |
tree | 30ae6b9e13098d39562438efb88167a555edf66b /ChangeLog | |
parent | 9e50d836d4173f127adc56446fa74f1e103fa673 (diff) | |
download | gst-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |