gst/gstbin.c: Small doc updates.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 16 Dec 2005 18:20:58 +0000 (18:20 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 16 Dec 2005 18:20:58 +0000 (18:20 +0000)
Original commit message from CVS:
* gst/gstbin.c: (gst_bin_recalc_state):
Small doc updates.

ChangeLog
common
gst/gstbin.c

index 9c95e87..d7d8302 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-12-16  Wim Taymans  <wim@fluendo.com>
 
+       * gst/gstbin.c: (gst_bin_recalc_state):
+       Small doc updates.
+
+2005-12-16  Wim Taymans  <wim@fluendo.com>
+
        * common/check.mak:
        Added make forever target for check.
 
diff --git a/common b/common
index 1437720..d1911d4 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 14377200ccbba1f366ce2c2746c8cd70f61b9840
+Subproject commit d1911d4b3d6267f9cd9dfb68fcef2afe4d098092
index 9a3e0aa..5d05b41 100644 (file)
  *     sink is in the bin, the query fails.</para></listitem>
  *   </varlistentry>
  * </variablelist>
+ *
+ * A #GstBin will by default forward any event sent to it to all sink elements.
+ * If all the sinks return TRUE, the bin will also return TRUE. If no sinks are
+ * in the bin, the event handler will return TRUE.
+ *
  * </para>
  * </refsect2>
  *
- * Last reviewed on 2005-11-23 (0.9.5)
+ * Last reviewed on 2005-12-16 (0.10.0)
  */
 
 #include "gst_private.h"
@@ -1189,7 +1194,7 @@ gst_bin_recalc_state (GstBin * bin, gboolean force)
 
 restart:
   /* when we leave this function, the state must not be dirty, whenever
-   * we are scanning and the state bemoces dirty again, we restart. */
+   * we are scanning and the state becomes dirty again, we restart. */
   bin->state_dirty = FALSE;
 
   have_no_preroll = FALSE;