mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gstcontrolsource: Add missing (out) annotation
This commit is contained in:
parent
a34b37290d
commit
0726c65da2
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ gst_control_source_constructor (GType type, guint n_construct_params,
|
||||||
* gst_control_source_get_value:
|
* gst_control_source_get_value:
|
||||||
* @self: the #GstControlSource object
|
* @self: the #GstControlSource object
|
||||||
* @timestamp: the time for which the value should be returned
|
* @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.
|
* Gets the value for this #GstControlSource at a given timestamp.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue