summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-08-10 04:06:53 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-08-10 04:06:53 +0000
commit3dffa0f9e68d6401cd38937ca562f84ab33b93b1 (patch)
tree318a507f1c61674a6a1047a99289bd7e683987c1 /ChangeLog
parent88313e142a0f886973ffa1ea5c0816d2c0da5ff7 (diff)
downloadgst-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45369d55..e0eec564 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),