mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
controller: Fix element-type annotations
This commit is contained in:
parent
a257cb6f5b
commit
3b8181a8c5
1 changed files with 2 additions and 2 deletions
|
@ -233,7 +233,7 @@ gst_timed_value_control_source_set (GstTimedValueControlSource * self,
|
|||
/**
|
||||
* gst_timed_value_control_source_set_from_list:
|
||||
* @self: the #GstTimedValueControlSource object
|
||||
* @timedvalues: (transfer none) (element-type GstController.TimedValue): a list
|
||||
* @timedvalues: (transfer none) (element-type GstTimedValue): a list
|
||||
* with #GstTimedValue items
|
||||
*
|
||||
* Sets multiple timed values at once.
|
||||
|
@ -347,7 +347,7 @@ _append_control_point (GstControlPoint * cp, GQueue * res)
|
|||
* Returns a read-only copy of the list of #GstTimedValue for the given property.
|
||||
* Free the list after done with it.
|
||||
*
|
||||
* Returns: (transfer container) (element-type GstController.TimedValue): a copy
|
||||
* Returns: (transfer container) (element-type GstTimedValue): a copy
|
||||
* of the list, or %NULL if the property isn't handled by the controller
|
||||
*/
|
||||
GList *
|
||||
|
|
Loading…
Reference in a new issue