po/, docs/gst/: Commit automatic changes to docs and po files.
[platform/upstream/gstreamer.git] / docs / gst / tmpl / gstbin.sgml
index 7f48bdd..74c7a53 100644 (file)
@@ -60,10 +60,13 @@ clock providers in the bin.
 
 </para>
 
+@numchildren: 
+@children: 
+@children_cookie: 
 
 <!-- ##### SIGNAL GstBin::element-added ##### -->
 <para>
-
+Will be emmited if a new element was removed/added to this bin.
 </para>
 
 @gstbin: the object which received the signal.
@@ -71,33 +74,17 @@ clock providers in the bin.
 
 <!-- ##### SIGNAL GstBin::element-removed ##### -->
 <para>
-
+Will be emmited if an element was removed from this bin.
 </para>
 
 @gstbin: the object which received the signal.
 @arg1: the element that was removed from the bin
 
-<!-- ##### SIGNAL GstBin::iterate ##### -->
-<para>
-This signal is emitted when a bin iterates, either automatically or
-due to a #gst_bin_iterate() call.  The return value is used to
-determine if the object method handler processed any data.
-In most normal cases, a user-provided signal handler should return
-FALSE.
-</para>
-
-@gstbin: the object which received the signal.
-@Returns: TRUE if the state of the bin was advanced.
-
 <!-- ##### ENUM GstBinFlags ##### -->
 <para>
-Flags for a bin.
+
 </para>
 
-@GST_BIN_FLAG_MANAGER: This bin has a scheduler and can be used as a toplevel bin.
-@GST_BIN_SELF_SCHEDULABLE: This bin iterates itself, so no calls to gst_bin_iterate() should be made.
-@GST_BIN_FLAG_PREFER_COTHREADS: This bin preferes to have its elements scheduled with cothreads
-@GST_BIN_FLAG_FIXED_CLOCK: This bin uses a fixed clock, possibly the one set with gst_bin_use_clock().
 @GST_BIN_FLAG_LAST: 
 
 <!-- ##### FUNCTION gst_bin_new ##### -->
@@ -116,6 +103,7 @@ Flags for a bin.
 
 @bin: 
 @element: 
+@Returns: 
 
 
 <!-- ##### FUNCTION gst_bin_add_many ##### -->
@@ -135,6 +123,7 @@ Flags for a bin.
 
 @bin: 
 @element: 
+@Returns: 
 
 
 <!-- ##### FUNCTION gst_bin_remove_many ##### -->
@@ -167,15 +156,6 @@ Flags for a bin.
 @Returns: 
 
 
-<!-- ##### FUNCTION gst_bin_get_list ##### -->
-<para>
-
-</para>
-
-@bin: 
-@Returns: 
-
-
 <!-- ##### FUNCTION gst_bin_get_by_interface ##### -->
 <para>
 
@@ -186,68 +166,3 @@ Flags for a bin.
 @Returns: 
 
 
-<!-- ##### FUNCTION gst_bin_get_all_by_interface ##### -->
-<para>
-
-</para>
-
-@bin: 
-@interface: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gst_bin_iterate ##### -->
-<para>
-
-</para>
-
-@bin: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gst_bin_use_clock ##### -->
-<para>
-
-</para>
-
-@bin: 
-@clock: 
-
-
-<!-- ##### FUNCTION gst_bin_get_clock ##### -->
-<para>
-
-</para>
-
-@bin: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gst_bin_auto_clock ##### -->
-<para>
-
-</para>
-
-@bin: 
-
-
-<!-- ##### FUNCTION gst_bin_sync_children_state ##### -->
-<para>
-
-</para>
-
-@bin: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gst_bin_child_state_change ##### -->
-<para>
-
-</para>
-
-@bin: 
-@oldstate: 
-@newstate: 
-@child: 
-
-