bin: fix documentation for iterate_sources

This commit is contained in:
Wim Taymans 2010-10-11 15:51:21 +02:00
parent ad2e7b1de3
commit 839114b05d

View file

@ -1721,8 +1721,8 @@ src_iterator_filter (GstElement * child, GstBin * bin)
* gst_bin_iterate_sources: * gst_bin_iterate_sources:
* @bin: a #GstBin * @bin: a #GstBin
* *
* Gets an iterator for all elements in the bin that have no sinkpads and have * Gets an iterator for all elements in the bin that have the
* the #GST_ELEMENT_IS_SINK flag unset. * #GST_ELEMENT_IS_SOURCE flag set.
* *
* Each element yielded by the iterator will have its refcount increased, so * Each element yielded by the iterator will have its refcount increased, so
* unref after use. * unref after use.