From 882fd5c387f9f6fa51038e9517c7b0ad665e0b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 10 Aug 2007 04:21:39 +0000 Subject: 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. --- gst/filter/gstlpwsinc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/filter/gstlpwsinc.h') diff --git a/gst/filter/gstlpwsinc.h b/gst/filter/gstlpwsinc.h index afb7e9c7..bc9377f6 100644 --- a/gst/filter/gstlpwsinc.h +++ b/gst/filter/gstlpwsinc.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 */ -- cgit v1.2.1