mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +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_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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue