summaryrefslogtreecommitdiffstats
path: root/gst/filter/gstbpwsinc.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-08-17 15:05:17 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-08-17 15:05:17 +0000
commitce2c75404c68257a6bdf76208d588b18ff9c6252 (patch)
treee006d30de514363c941dc8ad02e37d07abbb65c4 /gst/filter/gstbpwsinc.h
parent03afa9b296733bd745f5dd66a15f56aa11a95433 (diff)
downloadgst-plugins-bad-ce2c75404c68257a6bdf76208d588b18ff9c6252.tar.gz
gst-plugins-bad-ce2c75404c68257a6bdf76208d588b18ff9c6252.tar.bz2
gst-plugins-bad-ce2c75404c68257a6bdf76208d588b18ff9c6252.zip
Use generator macros for the process functions for the different sample types, add lower upper boundaries for the GOb...
Original commit message from CVS: * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init), (bpwsinc_set_property), (bpwsinc_get_property): * gst/filter/gstbpwsinc.h: * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init), (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property), (lpwsinc_get_property): * gst/filter/gstlpwsinc.h: * tests/check/elements/lpwsinc.c: (GST_START_TEST): Use generator macros for the process functions for the different sample types, add lower upper boundaries for the GObject properties so automatically generated UIs can use sliders and change frequency properties to floats to save a bit of memory, even ints would in theory be enough. Also rename frequency to cutoff for consistency reasons. * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/inspect/plugin-gstrtpmanager.xml: Regenerated for the above changes.
Diffstat (limited to 'gst/filter/gstbpwsinc.h')
-rw-r--r--gst/filter/gstbpwsinc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/filter/gstbpwsinc.h b/gst/filter/gstbpwsinc.h
index d790d040..24a4d2da 100644
--- a/gst/filter/gstbpwsinc.h
+++ b/gst/filter/gstbpwsinc.h
@@ -65,7 +65,7 @@ struct _GstBPWSinc {
gint mode;
gint window;
- gdouble lower_frequency, upper_frequency;
+ gfloat lower_frequency, upper_frequency;
gint kernel_length; /* length of the filter kernel */
gdouble *residue; /* buffer for left-over samples from previous buffer */