summaryrefslogtreecommitdiff
path: root/gst/gstcontrolsource.c
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-06-15 16:43:30 -0700
committerWim Taymans <wim.taymans@collabora.co.uk>2012-06-18 13:11:40 +0200
commit6c6bb0e21739208fc85fb068983f3b86dc4d177a (patch)
tree905b597b42a1e89b956432a978dfbba33b5c4f41 /gst/gstcontrolsource.c
parent49ba9ef056c4c279029aa028508b958cc092c83b (diff)
downloadgstreamer-6c6bb0e21739208fc85fb068983f3b86dc4d177a.tar.gz
introspection: assorted introspection and documentation fixes
These changes are to clean up syntax issues such as missing colons, missing spaces, etc., and minor issues such as argument names in headers not matching the implementation and/or documentation.
Diffstat (limited to 'gst/gstcontrolsource.c')
-rw-r--r--gst/gstcontrolsource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstcontrolsource.c b/gst/gstcontrolsource.c
index 611784f915..53484ad329 100644
--- a/gst/gstcontrolsource.c
+++ b/gst/gstcontrolsource.c
@@ -120,7 +120,7 @@ gst_control_source_get_value (GstControlSource * self, GstClockTime timestamp,
* @timestamp: the first timestamp
* @interval: the time steps
* @n_values: the number of values to fetch
- * @value_array: array to put control-values in
+ * @values: array to put control-values in
*
* Gets an array of values for for this #GstControlSource. Values that are
* undefined contain NANs.