mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +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.
|
* 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
|
GSequenceIter *gst_timed_value_control_source_find_control_point_iter
|
||||||
(GstTimedValueControlSource * self, GstClockTime timestamp)
|
(GstTimedValueControlSource * self, GstClockTime timestamp)
|
||||||
|
|
Loading…
Reference in a new issue