diff --git a/gst/elements/gstmultidisksrc.c b/gst/elements/gstmultidisksrc.c index 3e83f9ef34..2c3daf5db5 100644 --- a/gst/elements/gstmultidisksrc.c +++ b/gst/elements/gstmultidisksrc.c @@ -107,8 +107,8 @@ gst_multidisksrc_class_init (GstMultiDiskSrcClass *klass) G_TYPE_POINTER); g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_LOCATIONS, - g_param_spec_string("locations","locations","locations", - NULL, G_PARAM_READWRITE)); /* CHECKME */ + g_param_spec_pointer("locations","locations","locations", + G_PARAM_READWRITE)); /* CHECKME */ gobject_class->set_property = gst_multidisksrc_set_property; gobject_class->get_property = gst_multidisksrc_get_property; diff --git a/gst/elements/gstmultifilesrc.c b/gst/elements/gstmultifilesrc.c index 3e83f9ef34..2c3daf5db5 100644 --- a/gst/elements/gstmultifilesrc.c +++ b/gst/elements/gstmultifilesrc.c @@ -107,8 +107,8 @@ gst_multidisksrc_class_init (GstMultiDiskSrcClass *klass) G_TYPE_POINTER); g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_LOCATIONS, - g_param_spec_string("locations","locations","locations", - NULL, G_PARAM_READWRITE)); /* CHECKME */ + g_param_spec_pointer("locations","locations","locations", + G_PARAM_READWRITE)); /* CHECKME */ gobject_class->set_property = gst_multidisksrc_set_property; gobject_class->get_property = gst_multidisksrc_get_property; diff --git a/plugins/elements/gstmultidisksrc.c b/plugins/elements/gstmultidisksrc.c index 3e83f9ef34..2c3daf5db5 100644 --- a/plugins/elements/gstmultidisksrc.c +++ b/plugins/elements/gstmultidisksrc.c @@ -107,8 +107,8 @@ gst_multidisksrc_class_init (GstMultiDiskSrcClass *klass) G_TYPE_POINTER); g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_LOCATIONS, - g_param_spec_string("locations","locations","locations", - NULL, G_PARAM_READWRITE)); /* CHECKME */ + g_param_spec_pointer("locations","locations","locations", + G_PARAM_READWRITE)); /* CHECKME */ gobject_class->set_property = gst_multidisksrc_set_property; gobject_class->get_property = gst_multidisksrc_get_property; diff --git a/plugins/elements/gstmultifilesrc.c b/plugins/elements/gstmultifilesrc.c index 3e83f9ef34..2c3daf5db5 100644 --- a/plugins/elements/gstmultifilesrc.c +++ b/plugins/elements/gstmultifilesrc.c @@ -107,8 +107,8 @@ gst_multidisksrc_class_init (GstMultiDiskSrcClass *klass) G_TYPE_POINTER); g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_LOCATIONS, - g_param_spec_string("locations","locations","locations", - NULL, G_PARAM_READWRITE)); /* CHECKME */ + g_param_spec_pointer("locations","locations","locations", + G_PARAM_READWRITE)); /* CHECKME */ gobject_class->set_property = gst_multidisksrc_set_property; gobject_class->get_property = gst_multidisksrc_get_property;