mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
Add doc for GstBin::iterate signal
Original commit message from CVS: Add doc for GstBin::iterate signal
This commit is contained in:
parent
f8e5104302
commit
9e9344fe94
2 changed files with 16 additions and 0 deletions
|
@ -240,3 +240,15 @@ gst_bin_set_pre_iterate_function() and gst_bin_set_post_iterate_function().
|
||||||
@gstbin: the object which received the signal.
|
@gstbin: the object which received the signal.
|
||||||
@arg1: the element that was removed from the bin
|
@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.
|
||||||
|
|
||||||
|
|
|
@ -191,6 +191,8 @@ A function that will be called when chaining buffers.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@pad: the #GstPad that performed the chain.
|
@pad: the #GstPad that performed the chain.
|
||||||
|
@data:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
@buf: the #GstBuffer that is chained.
|
@buf: the #GstBuffer that is chained.
|
||||||
|
|
||||||
|
|
||||||
|
@ -680,6 +682,8 @@ Flags for the pad.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@pad:
|
@pad:
|
||||||
|
@data:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
@buf:
|
@buf:
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue