mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
doc: Make ..._source_find_control_point_iter transfer none
This commit is contained in:
parent
ed5ac1c101
commit
a26e3c1088
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ done:
|
|||
*
|
||||
* For use in control source implementations.
|
||||
*
|
||||
* Returns: the found #GSequenceIter or %NULL
|
||||
* Returns: (transfer none): 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