mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
controller: Add/fix various annotations
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3194>
This commit is contained in:
parent
75731aec53
commit
2ede719b4b
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ gst_control_point_free (GstControlPoint * cp)
|
|||
*
|
||||
* Copies a #GstControlPoint
|
||||
*
|
||||
* Returns: A copy of @cp
|
||||
* Returns: (transfer full): A copy of @cp
|
||||
*/
|
||||
GstControlPoint *
|
||||
gst_control_point_copy (GstControlPoint * cp)
|
||||
|
@ -232,7 +232,7 @@ done:
|
|||
*
|
||||
* For use in control source implementations.
|
||||
*
|
||||
* Returns: (transfer none): the found #GSequenceIter or %NULL
|
||||
* Returns: (transfer none) (nullable): the found #GSequenceIter or %NULL
|
||||
*/
|
||||
GSequenceIter *gst_timed_value_control_source_find_control_point_iter
|
||||
(GstTimedValueControlSource * self, GstClockTime timestamp)
|
||||
|
|
Loading…
Reference in a new issue