gstcontrolsource: Add missing (out) annotation

This commit is contained in:
Mathieu Duponchelle 2015-10-22 10:05:14 +02:00
parent a34b37290d
commit 0726c65da2

View 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.
*