mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 14:32:31 +00:00
iterator: Fix a documentation typo
This commit is contained in:
parent
957c0e11b2
commit
1314aa75d5
1 changed files with 1 additions and 1 deletions
|
@ -707,7 +707,7 @@ gst_single_object_iterator_free (GstSingleObjectIterator * it)
|
||||||
*
|
*
|
||||||
* This #GstIterator is a convenient iterator for the common
|
* This #GstIterator is a convenient iterator for the common
|
||||||
* case where a #GstIterator needs to be returned but only
|
* case where a #GstIterator needs to be returned but only
|
||||||
* a single object has the be considered. This happens often
|
* a single object has to be considered. This happens often
|
||||||
* for the #GstPadIterIntLinkFunction.
|
* for the #GstPadIterIntLinkFunction.
|
||||||
*
|
*
|
||||||
* Returns: the new #GstIterator for @object.
|
* Returns: the new #GstIterator for @object.
|
||||||
|
|
Loading…
Reference in a new issue