controller: Mark property_name in GstValueArray as const

This won't and should not be changed from any API
This commit is contained in:
Sebastian Dröge 2010-03-17 12:18:18 +01:00
parent 719a9217fb
commit 32b1ea4769

View file

@ -70,7 +70,7 @@ struct _GstTimedValue
*/
struct _GstValueArray
{
gchar *property_name;
const gchar *property_name;
gint nbsamples;
GstClockTime sample_interval;
gpointer *values;