summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2015-10-22 10:05:14 +0200
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2015-10-22 10:06:17 +0200
commit0726c65da28553b26ec2b1326e83a5d6ba4ec4a8 (patch)
tree66ad22e4aed75174d2f468c3028f1f9e73259428
parenta34b37290d6fd63a0a7e849cdb63747a0e20ac28 (diff)
gstcontrolsource: Add missing (out) annotation
-rw-r--r--gst/gstcontrolsource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstcontrolsource.c b/gst/gstcontrolsource.c
index be4816d30..7a6b87dc2 100644
--- a/gst/gstcontrolsource.c
+++ b/gst/gstcontrolsource.c
@@ -92,7 +92,7 @@ gst_control_source_constructor (GType type, guint n_construct_params,
* gst_control_source_get_value:
* @self: the #GstControlSource object
* @timestamp: the time for which the value should be returned
- * @value: the value
+ * @value: (out): the value
*
* Gets the value for this #GstControlSource at a given timestamp.
*