From 32b1ea476916cd853a76fade67bba8877046b41a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 17 Mar 2010 12:18:18 +0100 Subject: [PATCH] controller: Mark property_name in GstValueArray as const This won't and should not be changed from any API --- libs/gst/controller/gstcontrolsource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gst/controller/gstcontrolsource.h b/libs/gst/controller/gstcontrolsource.h index 71fb2aa..04fca18 100644 --- a/libs/gst/controller/gstcontrolsource.h +++ b/libs/gst/controller/gstcontrolsource.h @@ -70,7 +70,7 @@ struct _GstTimedValue */ struct _GstValueArray { - gchar *property_name; + const gchar *property_name; gint nbsamples; GstClockTime sample_interval; gpointer *values; -- 2.7.4