summaryrefslogtreecommitdiffstats
path: root/gst/filter/gstbpwsinc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/filter/gstbpwsinc.h')
-rw-r--r--gst/filter/gstbpwsinc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/filter/gstbpwsinc.h b/gst/filter/gstbpwsinc.h
index 3bbb3e01..537c2f6d 100644
--- a/gst/filter/gstbpwsinc.h
+++ b/gst/filter/gstbpwsinc.h
@@ -62,7 +62,8 @@ struct _GstBPWSinc {
GstBPWSincProcessFunc process;
- gdouble frequency;
+ gint mode;
+ gint window;
gdouble lower_frequency, upper_frequency;
gint kernel_length; /* length of the filter kernel */