summaryrefslogtreecommitdiff
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
commitfd28e67e4fe48ba1aee0e9f99fdf59ae5115f7da (patch)
treea1a896e7569fe8839bec78ccfc586e0209761920
parent803428546d4c8669901f897e1e6b7b9d8b7e51a6 (diff)
downloadgstreamer-plugins-bad-fd28e67e4fe48ba1aee0e9f99fdf59ae5115f7da.tar.gz
Small fixes
Original commit message from CVS: Small fixes
-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 871e8ab72..98dda1f39 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;
}