diff --git a/ChangeLog b/ChangeLog index 768fcf2dd3..f7bce0f0b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-16 Wim Taymans + + * gst/gstbin.c: + Fix bogus docs. + 2006-08-15 Tim-Philipp Müller * gst/gstutils.c: (gst_util_set_value_from_string): diff --git a/gst/gstbin.c b/gst/gstbin.c index e7e4a4f728..7a3a73b1f7 100644 --- a/gst/gstbin.c +++ b/gst/gstbin.c @@ -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.