controller: Mark property_name in GstValueArray as const
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 17 Mar 2010 11:18:18 +0000 (12:18 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 17 Mar 2010 11:18:18 +0000 (12:18 +0100)
This won't and should not be changed from any API

libs/gst/controller/gstcontrolsource.h

index 71fb2aa..04fca18 100644 (file)
@@ -70,7 +70,7 @@ struct _GstTimedValue
  */
 struct _GstValueArray
 {
-  gchar *property_name;
+  const gchar *property_name;
   gint nbsamples;
   GstClockTime sample_interval;
   gpointer *values;