summaryrefslogtreecommitdiffstats
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 1aee2d5f..bee9e0fc 100644
--- a/gst/filter/gstiir.c
+++ b/gst/filter/gstiir.c
@@ -138,7 +138,7 @@ gst_iir_class_init (GstIIRClass * klass)
gobject_class = (GObjectClass *) klass;
gstelement_class = (GstElementClass *) klass;
- parent_class = g_type_class_ref (GST_TYPE_ELEMENT);
+ parent_class = g_type_class_peek_parent (klass);
g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_A,
g_param_spec_double ("A", "A", "A filter coefficient",