ARG_LOCATIONS is a pointer
authorSteve Baker <steve@stevebaker.org>
Sun, 14 Apr 2002 10:00:21 +0000 (10:00 +0000)
committerSteve Baker <steve@stevebaker.org>
Sun, 14 Apr 2002 10:00:21 +0000 (10:00 +0000)
Original commit message from CVS:
ARG_LOCATIONS is a pointer

gst/elements/gstmultidisksrc.c
gst/elements/gstmultifilesrc.c
plugins/elements/gstmultidisksrc.c
plugins/elements/gstmultifilesrc.c

index 3e83f9e..2c3daf5 100644 (file)
@@ -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;
index 3e83f9e..2c3daf5 100644 (file)
@@ -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;
index 3e83f9e..2c3daf5 100644 (file)
@@ -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;
index 3e83f9e..2c3daf5 100644 (file)
@@ -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;