mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
collectpads2: Add to the documentation
This commit is contained in:
parent
5b12790c26
commit
1b1b7931b0
2 changed files with 67 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
<xi:include href="xml/gstbytereader.xml" />
|
||||
<xi:include href="xml/gstbytewriter.xml" />
|
||||
<xi:include href="xml/gstcollectpads.xml" />
|
||||
<xi:include href="xml/gstcollectpads2.xml" />
|
||||
<xi:include href="xml/gsttypefindhelper.xml" />
|
||||
<xi:include href="xml/gstdataqueue.xml" />
|
||||
</chapter>
|
||||
|
|
|
@ -743,6 +743,72 @@ GST_COLLECT_PADS_SIGNAL
|
|||
GST_COLLECT_PADS_WAIT
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstcollectpads2</FILE>
|
||||
<TITLE>GstCollectPads2</TITLE>
|
||||
<INCLUDE>gst/base/gstcollectpads2.h</INCLUDE>
|
||||
GstCollectPads2
|
||||
GstCollectData2
|
||||
|
||||
GstCollectData2DestroyNotify
|
||||
GstCollectPads2BufferFunction
|
||||
GstCollectPads2CompareFunction
|
||||
GstCollectPads2EventFunction
|
||||
GstCollectPads2Function
|
||||
GstCollectPads2StateFlags
|
||||
|
||||
GST_COLLECT_PADS2_FLOW_DROP
|
||||
|
||||
GST_COLLECT_PADS2_STATE
|
||||
GST_COLLECT_PADS2_STATE_IS_SET
|
||||
GST_COLLECT_PADS2_STATE_SET
|
||||
GST_COLLECT_PADS2_STATE_UNSET
|
||||
|
||||
GST_COLLECT_PADS2_GET_STREAM_LOCK
|
||||
GST_COLLECT_PADS2_STREAM_LOCK
|
||||
GST_COLLECT_PADS2_STREAM_UNLOCK
|
||||
|
||||
gst_collect_pads2_new
|
||||
|
||||
gst_collect_pads2_add_pad
|
||||
gst_collect_pads2_add_pad_full
|
||||
gst_collect_pads2_remove_pad
|
||||
|
||||
gst_collect_pads2_start
|
||||
gst_collect_pads2_stop
|
||||
|
||||
gst_collect_pads2_available
|
||||
gst_collect_pads2_is_active
|
||||
|
||||
gst_collect_pads2_collect
|
||||
gst_collect_pads2_collect_range
|
||||
|
||||
gst_collect_pads2_flush
|
||||
gst_collect_pads2_peek
|
||||
gst_collect_pads2_pop
|
||||
|
||||
gst_collect_pads2_read
|
||||
gst_collect_pads2_read_buffer
|
||||
gst_collect_pads2_take_buffer
|
||||
|
||||
gst_collect_pads2_set_buffer_function
|
||||
gst_collect_pads2_set_compare_function
|
||||
gst_collect_pads2_set_event_function
|
||||
gst_collect_pads2_set_flushing
|
||||
gst_collect_pads2_set_function
|
||||
gst_collect_pads2_set_prepare_buffer_function
|
||||
gst_collect_pads2_set_waiting
|
||||
<SUBSECTION Standard>
|
||||
GstCollectPads2Class
|
||||
GST_COLLECT_PADS2
|
||||
GST_COLLECT_PADS2_CLASS
|
||||
GST_TYPE_COLLECT_PADS2
|
||||
GST_IS_COLLECT_PADS2
|
||||
GST_IS_COLLECT_PADS2_CLASS
|
||||
GST_COLLECT_PADS2_GET_CLASS
|
||||
gst_collect_pads2_get_type
|
||||
<SUBSECTION Private>
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstpushsrc</FILE>
|
||||
|
|
Loading…
Reference in a new issue