diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-08-10 05:35:25 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-08-10 05:35:25 +0000 |
commit | f2b50b7bd2c02ce0764a9537ca210bff97ad1084 (patch) | |
tree | c85de0e5192efd3317bed8c65e204c70edf40daa /ChangeLog | |
parent | ec97d6774103cff9394062dde81ad934ba99718e (diff) | |
download | gst-plugins-bad-f2b50b7bd2c02ce0764a9537ca210bff97ad1084.tar.gz gst-plugins-bad-f2b50b7bd2c02ce0764a9537ca210bff97ad1084.tar.bz2 gst-plugins-bad-f2b50b7bd2c02ce0764a9537ca210bff97ad1084.zip |
gst/filter/gstbpwsinc.*: Add support for a bandreject mode and allow specifying the window function that should be used.
Original commit message from CVS:
* 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),
(bpwsinc_get_property):
* gst/filter/gstbpwsinc.h:
Add support for a bandreject mode and allow specifying the window
function that should be used.
* gst/filter/gstlpwsinc.c:
And another small formatting fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 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), + (bpwsinc_get_property): + * gst/filter/gstbpwsinc.h: + Add support for a bandreject mode and allow specifying the window + function that should be used. + * gst/filter/gstlpwsinc.c: + And another small formatting fix. + +2007-08-10 Sebastian Dröge <slomo@circular-chaos.org> + * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init), (gst_bpwsinc_init), (process_32), (process_64), (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size), |