diff options
-rw-r--r-- | libs/gst/controller/gstcontroller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/controller/gstcontroller.c b/libs/gst/controller/gstcontroller.c index 407bc8069..9bb1d6d66 100644 --- a/libs/gst/controller/gstcontroller.c +++ b/libs/gst/controller/gstcontroller.c @@ -767,7 +767,7 @@ gst_controller_get_value_arrays (GstController * self, * * All fields of @value_array must be filled correctly. Especially the * @value_array->values array must be big enough to keep the requested amount - * of values. + * of values (as indicated by the nbsamples field). * * The type of the values in the array is the same as the property's type. * |