diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-08-10 05:51:40 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-08-10 05:51:40 +0000 |
commit | a9090746e58e9a994d7f07f61452602b31461e1e (patch) | |
tree | 57f978b017569598168f4f29ebd54e9fb192bde4 /ChangeLog | |
parent | f2b50b7bd2c02ce0764a9537ca210bff97ad1084 (diff) | |
download | gst-plugins-bad-a9090746e58e9a994d7f07f61452602b31461e1e.tar.gz gst-plugins-bad-a9090746e58e9a994d7f07f61452602b31461e1e.tar.bz2 gst-plugins-bad-a9090746e58e9a994d7f07f61452602b31461e1e.zip |
gst/filter/gstbpwsinc.c: Fix a segfault with more than one channel and don't rebuild the kernel & residue with every ...
Original commit message from CVS:
* gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
Fix a segfault with more than one channel and don't rebuild
the kernel & residue with every buffer.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2007-08-10 Sebastian Dröge <slomo@circular-chaos.org> + * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel): + Fix a segfault with more than one channel and don't rebuild + the kernel & residue with every buffer. + +2007-08-10 Sebastian Dröge <slomo@circular-chaos.org> + * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type), (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init), (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property), |