summaryrefslogtreecommitdiffstats
path: root/gst/flx
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-02-02 13:56:02 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-02-02 13:56:02 +0000
commitddb176f2ed3e9ba8c8e79f837e97bc88f639a8cc (patch)
tree6d277aebba57758298969636b5ce0c37573748f7 /gst/flx
parent39af162cb109a3aae9bdc4d0c3effab8aee7ca83 (diff)
Small fixes
Original commit message from CVS: Small fixes
Diffstat (limited to 'gst/flx')
-rw-r--r--gst/flx/gstflxdec.c4
1 files changed, 2 insertions, 2 deletions
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;
}