From 85e572a4cce42d7646acdcc2e3ee4157cce81d5c Mon Sep 17 00:00:00 2001 From: Sebastian Dröge 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/audiofx/audiowsinclimit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/audiofx/audiowsinclimit.h') 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 */ -- cgit