po/, docs/gst/: Commit automatic changes to docs and po files.
[platform/upstream/gstreamer.git] / docs / gst / tmpl / gstbin.sgml
index 68c62da..74c7a53 100644 (file)
@@ -2,7 +2,7 @@
 GstBin
 
 <!-- ##### SECTION Short_Description ##### -->
-Base container element
+Base class for elements that contain other elements
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
@@ -55,32 +55,37 @@ clock providers in the bin.
 
 </para>
 
-<!-- ##### ENUM GstBinFlags ##### -->
+<!-- ##### STRUCT GstBin ##### -->
 <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: 
+@numchildren: 
+@children: 
+@children_cookie: 
 
-<!-- ##### STRUCT GstBin ##### -->
+<!-- ##### SIGNAL GstBin::element-added ##### -->
 <para>
-The GstBin object
+Will be emmited if a new element was removed/added to this bin.
 </para>
 
+@gstbin: the object which received the signal.
+@arg1: the element that was added to the bin
 
-<!-- ##### USER_FUNCTION GstBinPrePostIterateFunction ##### -->
+<!-- ##### SIGNAL GstBin::element-removed ##### -->
 <para>
-The signature of the callback for the post and pre iterate function as set with
-gst_bin_set_pre_iterate_function() and gst_bin_set_post_iterate_function().
+Will be emmited if an element was removed from this bin.
 </para>
 
-@bin: The bin that performed the callback
-@user_data: user data
+@gstbin: the object which received the signal.
+@arg1: the element that was removed from the bin
 
+<!-- ##### ENUM GstBinFlags ##### -->
+<para>
+
+</para>
+
+@GST_BIN_FLAG_LAST: 
 
 <!-- ##### FUNCTION gst_bin_new ##### -->
 <para>
@@ -98,6 +103,7 @@ gst_bin_set_pre_iterate_function() and gst_bin_set_post_iterate_function().
 
 @bin: 
 @element: 
+@Returns: 
 
 
 <!-- ##### FUNCTION gst_bin_add_many ##### -->
@@ -117,6 +123,7 @@ gst_bin_set_pre_iterate_function() and gst_bin_set_post_iterate_function().
 
 @bin: 
 @element: 
+@Returns: 
 
 
 <!-- ##### FUNCTION gst_bin_remove_many ##### -->
@@ -149,106 +156,13 @@ gst_bin_set_pre_iterate_function() and gst_bin_set_post_iterate_function().
 @Returns: 
 
 
-<!-- ##### FUNCTION gst_bin_get_list ##### -->
-<para>
-
-</para>
-
-@bin: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gst_bin_iterate ##### -->
+<!-- ##### FUNCTION gst_bin_get_by_interface ##### -->
 <para>
 
 </para>
 
 @bin: 
+@interface: 
 @Returns: 
 
 
-<!-- ##### FUNCTION gst_bin_set_post_iterate_function ##### -->
-<para>
-
-</para>
-
-@bin: 
-@func: 
-@user_data: 
-
-
-<!-- ##### FUNCTION gst_bin_set_pre_iterate_function ##### -->
-<para>
-
-</para>
-
-@bin: 
-@func: 
-@user_data: 
-
-
-<!-- ##### FUNCTION gst_bin_child_state_change ##### -->
-<para>
-
-</para>
-
-@bin: 
-@oldstate: 
-@newstate: 
-@child: 
-
-
-<!-- ##### FUNCTION gst_bin_auto_clock ##### -->
-<para>
-
-</para>
-
-@bin: 
-
-
-<!-- ##### FUNCTION gst_bin_get_clock ##### -->
-<para>
-
-</para>
-
-@bin: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gst_bin_use_clock ##### -->
-<para>
-
-</para>
-
-@bin: 
-@clock: 
-
-
-<!-- ##### SIGNAL GstBin::element-added ##### -->
-<para>
-
-</para>
-
-@gstbin: the object which received the signal.
-@arg1: the element that was added to the bin
-
-<!-- ##### SIGNAL GstBin::element-removed ##### -->
-<para>
-
-</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.
-