mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
docs: Add GstToc and GstTocSetter sections with related functions
This commit is contained in:
parent
9b80982c53
commit
dbe9901511
2 changed files with 59 additions and 0 deletions
|
@ -99,6 +99,8 @@ Windows. It is released under the GNU Library General Public License
|
|||
<xi:include href="xml/gsttagsetter.xml" />
|
||||
<xi:include href="xml/gsttask.xml" />
|
||||
<xi:include href="xml/gsttaskpool.xml" />
|
||||
<xi:include href="xml/gsttoc.xml" />
|
||||
<xi:include href="xml/gsttocsetter.xml" />
|
||||
<xi:include href="xml/gsttypefind.xml" />
|
||||
<xi:include href="xml/gsttypefindfactory.xml" />
|
||||
<xi:include href="xml/gsturihandler.xml" />
|
||||
|
|
|
@ -847,6 +847,12 @@ gst_event_parse_step
|
|||
|
||||
gst_event_new_sink_message
|
||||
gst_event_parse_sink_message
|
||||
|
||||
gst_event_new_toc
|
||||
gst_event_parse_toc
|
||||
|
||||
gst_event_new_toc_select
|
||||
gst_event_parse_toc_select
|
||||
<SUBSECTION Standard>
|
||||
GstEventClass
|
||||
GST_EVENT
|
||||
|
@ -1294,6 +1300,8 @@ gst_message_set_qos_stats
|
|||
gst_message_parse_qos
|
||||
gst_message_parse_qos_values
|
||||
gst_message_parse_qos_stats
|
||||
gst_message_new_toc
|
||||
gst_message_parse_toc
|
||||
|
||||
GstStructureChangeType
|
||||
gst_message_new_structure_change
|
||||
|
@ -2078,6 +2086,10 @@ gst_query_parse_nth_buffering_range
|
|||
gst_query_new_uri
|
||||
gst_query_parse_uri
|
||||
gst_query_set_uri
|
||||
|
||||
gst_query_new_toc
|
||||
gst_query_parse_toc
|
||||
gst_query_set_toc
|
||||
<SUBSECTION Standard>
|
||||
GstQueryClass
|
||||
GST_QUERY
|
||||
|
@ -2537,6 +2549,51 @@ gst_task_state_get_type
|
|||
</SECTION>
|
||||
|
||||
|
||||
<SECTION>
|
||||
<FILE>gsttoc</FILE>
|
||||
<TITLE>GstToc</TITLE>
|
||||
GstToc
|
||||
GstTocEntry
|
||||
GstTocEntryType
|
||||
gst_toc_entry_new
|
||||
gst_toc_entry_new_with_pad
|
||||
gst_toc_entry_free
|
||||
gst_toc_new
|
||||
gst_toc_free
|
||||
gst_toc_entry_copy
|
||||
gst_toc_copy
|
||||
gst_toc_find_entry
|
||||
gst_toc_entry_get_start_stop
|
||||
gst_toc_entry_set_start_stop
|
||||
<SUBSECTION Standard>
|
||||
GST_TYPE_TOC_ENTRY_TYPE
|
||||
<SUBSECTION Private>
|
||||
gst_toc_entry_type_get_type
|
||||
</SECTION>
|
||||
|
||||
|
||||
<SECTION>
|
||||
<FILE>gsttocsetter</FILE>
|
||||
<TITLE>GstTocSetter</TITLE>
|
||||
GstTocSetter
|
||||
GstTocSetterIFace
|
||||
gst_toc_setter_get_toc
|
||||
gst_toc_setter_get_toc_copy
|
||||
gst_toc_setter_reset_toc
|
||||
gst_toc_setter_set_toc
|
||||
gst_toc_setter_get_toc_entry
|
||||
gst_toc_setter_get_toc_entry_copy
|
||||
gst_toc_setter_add_toc_entry
|
||||
<SUBSECTION Standard>
|
||||
GST_IS_TOC_SETTER
|
||||
GST_TOC_SETTER
|
||||
GST_TOC_SETTER_GET_IFACE
|
||||
GST_TYPE_TOC_SETTER
|
||||
<SUBSECTION Private>
|
||||
gst_toc_setter_get_type
|
||||
</SECTION>
|
||||
|
||||
|
||||
<SECTION>
|
||||
<FILE>gsttrace</FILE>
|
||||
<TITLE>GstTrace</TITLE>
|
||||
|
|
Loading…
Reference in a new issue