summaryrefslogtreecommitdiff
path: root/gst/filter/gstiir.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/filter/gstiir.c')
-rw-r--r--gst/filter/gstiir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/filter/gstiir.c b/gst/filter/gstiir.c
index 811b6a125..0bbcb0505 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;