mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
controller: Mark property_name in GstValueArray as const
This won't and should not be changed from any API
This commit is contained in:
parent
719a9217fb
commit
32b1ea4769
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ struct _GstTimedValue
|
|||
*/
|
||||
struct _GstValueArray
|
||||
{
|
||||
gchar *property_name;
|
||||
const gchar *property_name;
|
||||
gint nbsamples;
|
||||
GstClockTime sample_interval;
|
||||
gpointer *values;
|
||||
|
|
Loading…
Reference in a new issue