diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-08-10 04:21:39 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-08-10 04:21:39 +0000 |
commit | 882fd5c387f9f6fa51038e9517c7b0ad665e0b0e (patch) | |
tree | 68355a391ba06d32cb58b0b44c10729224c79845 /ChangeLog | |
parent | 3dffa0f9e68d6401cd38937ca562f84ab33b93b1 (diff) | |
download | gst-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |