summaryrefslogtreecommitdiffstats
path: root/gst/audiofx/audiowsinclimit.h
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
commit85e572a4cce42d7646acdcc2e3ee4157cce81d5c (patch)
tree0cb2303f26372502b0e3233722f96594b9108a13 /gst/audiofx/audiowsinclimit.h
parent0e4fc6653a86e697b311cc43fdeb451ea6eba07f (diff)
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 'gst/audiofx/audiowsinclimit.h')
-rw-r--r--gst/audiofx/audiowsinclimit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/audiofx/audiowsinclimit.h b/gst/audiofx/audiowsinclimit.h
index afb7e9c7..bc9377f6 100644
--- a/gst/audiofx/audiowsinclimit.h
+++ b/gst/audiofx/audiowsinclimit.h
@@ -66,6 +66,7 @@ struct _GstLPWSinc {
GstLPWSincProcessFunc process;
+ gint mode;
gdouble frequency;
gint wing_size; /* length of a "wing" of the filter;
actual length is 2 * wing_size + 1 */