diff --git a/ChangeLog b/ChangeLog index 9c95e876b7..d7d8302c85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-16 Wim Taymans + + * gst/gstbin.c: (gst_bin_recalc_state): + Small doc updates. + 2005-12-16 Wim Taymans * common/check.mak: diff --git a/common b/common index 14377200cc..d1911d4b3d 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 14377200ccbba1f366ce2c2746c8cd70f61b9840 +Subproject commit d1911d4b3d6267f9cd9dfb68fcef2afe4d098092 diff --git a/gst/gstbin.c b/gst/gstbin.c index 9a3e0aac80..5d05b41338 100644 --- a/gst/gstbin.c +++ b/gst/gstbin.c @@ -102,10 +102,15 @@ * sink is in the bin, the query fails. * * + * + * 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. + * * * * - * 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;