From c903e6470eea491ec693bab49ad8b023601d42c1 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 27 Jun 2002 12:38:35 +0000 Subject: highly unoptimized windowed sinc filter Original commit message from CVS: highly unoptimized windowed sinc filter --- gst/filter/gstiir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/filter/gstiir.c') diff --git a/gst/filter/gstiir.c b/gst/filter/gstiir.c index 811b6a12..0bbcb050 100644 --- a/gst/filter/gstiir.c +++ b/gst/filter/gstiir.c @@ -136,7 +136,7 @@ gst_iir_class_init (GstIIRClass * klass) g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_STAGES, g_param_spec_int ("stages", "Stages", "Number of filter stages", 1, G_MAXINT, - 0, G_PARAM_READWRITE)); + 1, G_PARAM_READWRITE)); gobject_class->set_property = gst_iir_set_property; gobject_class->get_property = gst_iir_get_property; -- cgit v1.2.1