mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Small fixes
Original commit message from CVS: Small fixes
This commit is contained in:
parent
39af162cb1
commit
ddb176f2ed
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue