mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
docs: small controller api docs improvement
This commit is contained in:
parent
740e4999b3
commit
b6926d6707
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue