gst/gstbin.c: Fix bogus docs.

Original commit message from CVS:
* gst/gstbin.c:
Fix bogus docs.
This commit is contained in:
Wim Taymans 2006-08-16 08:54:56 +00:00
parent a8714f5195
commit 6072def8ed
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-08-16 Wim Taymans <wim@fluendo.com>
* gst/gstbin.c:
Fix bogus docs.
2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
* gst/gstutils.c: (gst_util_set_value_from_string):

View file

@ -1244,8 +1244,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 the
* #GST_ELEMENT_IS_SRC flag set.
* Gets an iterator for all elements in the bin that have no sinkpads and have
* the #GST_ELEMENT_IS_SINK flag unset.
*
* Each element yielded by the iterator will have its refcount increased, so
* unref after use.