diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-08-10 04:06:53 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-08-10 04:06:53 +0000 |
commit | 3dffa0f9e68d6401cd38937ca562f84ab33b93b1 (patch) | |
tree | 318a507f1c61674a6a1047a99289bd7e683987c1 /ChangeLog | |
parent | 88313e142a0f886973ffa1ea5c0816d2c0da5ff7 (diff) | |
download | gst-plugins-bad-3dffa0f9e68d6401cd38937ca562f84ab33b93b1.tar.gz gst-plugins-bad-3dffa0f9e68d6401cd38937ca562f84ab33b93b1.tar.bz2 gst-plugins-bad-3dffa0f9e68d6401cd38937ca562f84ab33b93b1.zip |
gst/filter/gstlpwsinc.c: Fix processing if the input has more than one channel.
Original commit message from CVS:
* gst/filter/gstlpwsinc.c: (process_32), (process_64),
(lpwsinc_build_kernel):
Fix processing if the input has more than one channel.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-08-10 Sebastian Dröge <slomo@circular-chaos.org> + + * gst/filter/gstlpwsinc.c: (process_32), (process_64), + (lpwsinc_build_kernel): + Fix processing if the input has more than one channel. + 2007-08-09 Sebastian Dröge <slomo@circular-chaos.org> * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose), |