From 2d5f9bf48f07a9cf3f9cb1fa8cd5ef26f9ab3bc2 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Sun, 14 Apr 2002 10:00:21 +0000 Subject: [PATCH] ARG_LOCATIONS is a pointer Original commit message from CVS: ARG_LOCATIONS is a pointer --- gst/elements/gstmultidisksrc.c | 4 ++-- gst/elements/gstmultifilesrc.c | 4 ++-- plugins/elements/gstmultidisksrc.c | 4 ++-- plugins/elements/gstmultifilesrc.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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;