summaryrefslogtreecommitdiffstats
path: root/gst/cdxaparse/gstvcdparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/cdxaparse/gstvcdparse.c')
-rw-r--r--gst/cdxaparse/gstvcdparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/cdxaparse/gstvcdparse.c b/gst/cdxaparse/gstvcdparse.c
index 895acf4c..3ef718fa 100644
--- a/gst/cdxaparse/gstvcdparse.c
+++ b/gst/cdxaparse/gstvcdparse.c
@@ -105,7 +105,7 @@ gst_cdxastrip_class_init (GstCDXAStripClass * klass)
{
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
- parent_class = g_type_class_ref (GST_TYPE_ELEMENT);
+ parent_class = g_type_class_peek_parent (klass);
element_class->change_state = gst_cdxastrip_change_state;
}