gstcontrolsource: Add missing (out) annotation
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Thu, 22 Oct 2015 08:05:14 +0000 (10:05 +0200)
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Thu, 22 Oct 2015 08:06:17 +0000 (10:06 +0200)
gst/gstcontrolsource.c

index be4816d..7a6b87d 100644 (file)
@@ -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.
  *