gst/gstbin.c: Fix bogus docs.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 16 Aug 2006 08:54:56 +0000 (08:54 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 16 Aug 2006 08:54:56 +0000 (08:54 +0000)
Original commit message from CVS:
* gst/gstbin.c:
Fix bogus docs.

ChangeLog
gst/gstbin.c

index 768fcf2dd3c757c7a6e637e408e9ff88eff8e9d9..f7bce0f0b392324261e1fc03a030d7511fbf6630 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index e7e4a4f72832edd3b1b47938c516dcdeb48fa983..7a3a73b1f7054c70b2a95dfef9acc46af07bee20 100644 (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.