mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
object: Add missing annotations to get_value_array() / get_value_g_array()
Same as already used in GstControlBinding.
This commit is contained in:
parent
8174c82a49
commit
3a23b518d4
1 changed files with 2 additions and 2 deletions
|
@ -1329,7 +1329,7 @@ gst_object_get_value (GstObject * object, const gchar * property_name,
|
|||
}
|
||||
|
||||
/**
|
||||
* gst_object_get_value_array:
|
||||
* gst_object_get_value_array: (skip)
|
||||
* @object: the object that has controlled properties
|
||||
* @property_name: the name of the property to get
|
||||
* @timestamp: the time that should be processed
|
||||
|
@ -1380,7 +1380,7 @@ gst_object_get_value_array (GstObject * object, const gchar * property_name,
|
|||
* @timestamp: the time that should be processed
|
||||
* @interval: the time spacing between subsequent values
|
||||
* @n_values: the number of values
|
||||
* @values: array to put control-values in
|
||||
* @values: (array length=n_values): array to put control-values in
|
||||
*
|
||||
* Gets a number of #GValues for the given controlled property starting at the
|
||||
* requested time. The array @values need to hold enough space for @n_values of
|
||||
|
|
Loading…
Reference in a new issue