mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
iterator: Fix gst_iterator_next() element annotation
This commit is contained in:
parent
bdc1710be5
commit
59bf122584
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ gst_iterator_pop (GstIterator * it)
|
||||||
/**
|
/**
|
||||||
* gst_iterator_next:
|
* gst_iterator_next:
|
||||||
* @it: The #GstIterator to iterate
|
* @it: The #GstIterator to iterate
|
||||||
* @elem: pointer to hold next element
|
* @elem: (out caller-allocates): pointer to hold next element
|
||||||
*
|
*
|
||||||
* Get the next item from the iterator in @elem.
|
* Get the next item from the iterator in @elem.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue