mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
ARG_LOCATIONS is a pointer
Original commit message from CVS: ARG_LOCATIONS is a pointer
This commit is contained in:
parent
c70bfc60b6
commit
2d5f9bf48f
4 changed files with 8 additions and 8 deletions
|
@ -107,8 +107,8 @@ gst_multidisksrc_class_init (GstMultiDiskSrcClass *klass)
|
||||||
G_TYPE_POINTER);
|
G_TYPE_POINTER);
|
||||||
|
|
||||||
g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_LOCATIONS,
|
g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_LOCATIONS,
|
||||||
g_param_spec_string("locations","locations","locations",
|
g_param_spec_pointer("locations","locations","locations",
|
||||||
NULL, G_PARAM_READWRITE)); /* CHECKME */
|
G_PARAM_READWRITE)); /* CHECKME */
|
||||||
|
|
||||||
gobject_class->set_property = gst_multidisksrc_set_property;
|
gobject_class->set_property = gst_multidisksrc_set_property;
|
||||||
gobject_class->get_property = gst_multidisksrc_get_property;
|
gobject_class->get_property = gst_multidisksrc_get_property;
|
||||||
|
|
|
@ -107,8 +107,8 @@ gst_multidisksrc_class_init (GstMultiDiskSrcClass *klass)
|
||||||
G_TYPE_POINTER);
|
G_TYPE_POINTER);
|
||||||
|
|
||||||
g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_LOCATIONS,
|
g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_LOCATIONS,
|
||||||
g_param_spec_string("locations","locations","locations",
|
g_param_spec_pointer("locations","locations","locations",
|
||||||
NULL, G_PARAM_READWRITE)); /* CHECKME */
|
G_PARAM_READWRITE)); /* CHECKME */
|
||||||
|
|
||||||
gobject_class->set_property = gst_multidisksrc_set_property;
|
gobject_class->set_property = gst_multidisksrc_set_property;
|
||||||
gobject_class->get_property = gst_multidisksrc_get_property;
|
gobject_class->get_property = gst_multidisksrc_get_property;
|
||||||
|
|
|
@ -107,8 +107,8 @@ gst_multidisksrc_class_init (GstMultiDiskSrcClass *klass)
|
||||||
G_TYPE_POINTER);
|
G_TYPE_POINTER);
|
||||||
|
|
||||||
g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_LOCATIONS,
|
g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_LOCATIONS,
|
||||||
g_param_spec_string("locations","locations","locations",
|
g_param_spec_pointer("locations","locations","locations",
|
||||||
NULL, G_PARAM_READWRITE)); /* CHECKME */
|
G_PARAM_READWRITE)); /* CHECKME */
|
||||||
|
|
||||||
gobject_class->set_property = gst_multidisksrc_set_property;
|
gobject_class->set_property = gst_multidisksrc_set_property;
|
||||||
gobject_class->get_property = gst_multidisksrc_get_property;
|
gobject_class->get_property = gst_multidisksrc_get_property;
|
||||||
|
|
|
@ -107,8 +107,8 @@ gst_multidisksrc_class_init (GstMultiDiskSrcClass *klass)
|
||||||
G_TYPE_POINTER);
|
G_TYPE_POINTER);
|
||||||
|
|
||||||
g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_LOCATIONS,
|
g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_LOCATIONS,
|
||||||
g_param_spec_string("locations","locations","locations",
|
g_param_spec_pointer("locations","locations","locations",
|
||||||
NULL, G_PARAM_READWRITE)); /* CHECKME */
|
G_PARAM_READWRITE)); /* CHECKME */
|
||||||
|
|
||||||
gobject_class->set_property = gst_multidisksrc_set_property;
|
gobject_class->set_property = gst_multidisksrc_set_property;
|
||||||
gobject_class->get_property = gst_multidisksrc_get_property;
|
gobject_class->get_property = gst_multidisksrc_get_property;
|
||||||
|
|
Loading…
Reference in a new issue