From fd28e67e4fe48ba1aee0e9f99fdf59ae5115f7da Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 2 Feb 2002 13:56:02 +0000 Subject: Small fixes Original commit message from CVS: Small fixes --- gst/flx/gstflxdec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst') diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c index 871e8ab7..98dda1f3 100644 --- a/gst/flx/gstflxdec.c +++ b/gst/flx/gstflxdec.c @@ -160,8 +160,8 @@ gst_flxdec_class_init (GstFlxDecClass *klass) parent_class = g_type_class_ref(GST_TYPE_ELEMENT); - gobject_class->set_property = NULL; - gobject_class->get_property = NULL; + gobject_class->set_property = gst_flxdec_set_property; + gobject_class->get_property = gst_flxdec_get_property; gstelement_class->change_state = gst_flxdec_change_state; } -- cgit v1.2.1