From 6072def8edb86444430e1972beac7e459b3a8029 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 16 Aug 2006 08:54:56 +0000 Subject: [PATCH] gst/gstbin.c: Fix bogus docs. Original commit message from CVS: * gst/gstbin.c: Fix bogus docs. --- ChangeLog | 5 +++++ gst/gstbin.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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.