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
commitfd28e67e4fe48ba1aee0e9f99fdf59ae5115f7da (patch)
treea1a896e7569fe8839bec78ccfc586e0209761920 /gst/flx
parent803428546d4c8669901f897e1e6b7b9d8b7e51a6 (diff)
downloadgst-plugins-bad-fd28e67e4fe48ba1aee0e9f99fdf59ae5115f7da.tar.gz
gst-plugins-bad-fd28e67e4fe48ba1aee0e9f99fdf59ae5115f7da.tar.bz2
gst-plugins-bad-fd28e67e4fe48ba1aee0e9f99fdf59ae5115f7da.zip
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;
}