Original commit message from CVS:
* gst/gstbin.c:
Fix bogus docs.
+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):
* 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.