mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
gst/gstbin.c: Small doc updates.
Original commit message from CVS: * gst/gstbin.c: (gst_bin_recalc_state): Small doc updates.
This commit is contained in:
parent
b286fb1fd8
commit
0a12d6a308
3 changed files with 13 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2005-12-16 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* common/check.mak:
|
* common/check.mak:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 14377200ccbba1f366ce2c2746c8cd70f61b9840
|
Subproject commit d1911d4b3d6267f9cd9dfb68fcef2afe4d098092
|
|
@ -102,10 +102,15 @@
|
||||||
* sink is in the bin, the query fails.</para></listitem>
|
* sink is in the bin, the query fails.</para></listitem>
|
||||||
* </varlistentry>
|
* </varlistentry>
|
||||||
* </variablelist>
|
* </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>
|
* </para>
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*
|
*
|
||||||
* Last reviewed on 2005-11-23 (0.9.5)
|
* Last reviewed on 2005-12-16 (0.10.0)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
|
@ -1189,7 +1194,7 @@ gst_bin_recalc_state (GstBin * bin, gboolean force)
|
||||||
|
|
||||||
restart:
|
restart:
|
||||||
/* when we leave this function, the state must not be dirty, whenever
|
/* 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;
|
bin->state_dirty = FALSE;
|
||||||
|
|
||||||
have_no_preroll = FALSE;
|
have_no_preroll = FALSE;
|
||||||
|
|
Loading…
Reference in a new issue