mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
bin: fix documentation for iterate_sources
This commit is contained in:
parent
ad2e7b1de3
commit
839114b05d
1 changed files with 2 additions and 2 deletions
|
@ -1721,8 +1721,8 @@ src_iterator_filter (GstElement * child, GstBin * bin)
|
|||
* gst_bin_iterate_sources:
|
||||
* @bin: a #GstBin
|
||||
*
|
||||
* Gets an iterator for all elements in the bin that have no sinkpads and have
|
||||
* the #GST_ELEMENT_IS_SINK flag unset.
|
||||
* Gets an iterator for all elements in the bin that have the
|
||||
* #GST_ELEMENT_IS_SOURCE flag set.
|
||||
*
|
||||
* Each element yielded by the iterator will have its refcount increased, so
|
||||
* unref after use.
|
||||
|
|
Loading…
Reference in a new issue