mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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
|
struct _GstValueArray
|
||||||
{
|
{
|
||||||
gchar *property_name;
|
const gchar *property_name;
|
||||||
gint nbsamples;
|
gint nbsamples;
|
||||||
GstClockTime sample_interval;
|
GstClockTime sample_interval;
|
||||||
gpointer *values;
|
gpointer *values;
|
||||||
|
|
Loading…
Reference in a new issue