summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-08-10 04:21:39 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-08-10 04:21:39 +0000
commit882fd5c387f9f6fa51038e9517c7b0ad665e0b0e (patch)
tree68355a391ba06d32cb58b0b44c10729224c79845 /ChangeLog
parent3dffa0f9e68d6401cd38937ca562f84ab33b93b1 (diff)
downloadgst-plugins-bad-882fd5c387f9f6fa51038e9517c7b0ad665e0b0e.tar.gz
gst-plugins-bad-882fd5c387f9f6fa51038e9517c7b0ad665e0b0e.tar.bz2
gst-plugins-bad-882fd5c387f9f6fa51038e9517c7b0ad665e0b0e.zip
gst/filter/gstlpwsinc.*: Add a highpass mode.
Original commit message from CVS: * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type), (gst_lpwsinc_class_init), (process_32), (process_64), (lpwsinc_build_kernel), (lpwsinc_set_property), (lpwsinc_get_property): * gst/filter/gstlpwsinc.h: Add a highpass mode.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0eec564..60a1436c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-08-10 Sebastian Dröge <slomo@circular-chaos.org>
+ * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
+ (gst_lpwsinc_class_init), (process_32), (process_64),
+ (lpwsinc_build_kernel), (lpwsinc_set_property),
+ (lpwsinc_get_property):
+ * gst/filter/gstlpwsinc.h:
+ Add a highpass mode.
+
+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.