diff options
author | Stefan Kost <ensonic@users.sf.net> | 2011-01-12 09:33:53 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2011-01-25 16:17:14 +0200 |
commit | b6926d670752c72e7a4ab1bd30b3b6530b738392 (patch) | |
tree | ab664215c185ed28ca2bbe3b94dc6230ebd3e7b6 /libs | |
parent | 740e4999b302ad246f1120e59c9e49266c31b25a (diff) |
docs: small controller api docs improvement
Diffstat (limited to 'libs')
-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. * |