[0.10] gstreamer: docs: Add GstToc and GstTocSetter sections with related functions
Stefan Kost
ensonic at kemper.freedesktop.org
Mon Apr 2 14:35:06 PDT 2012
Module: gstreamer
Branch: 0.10
Commit: f9e99a24e60e1cdd38461cc0247b2f21bccc4309
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=f9e99a24e60e1cdd38461cc0247b2f21bccc4309
Author: Alexander Saprykin <xelfium at gmail.com>
Date: Wed Mar 14 21:14:23 2012 +0400
docs: Add GstToc and GstTocSetter sections with related functions
---
docs/gst/gstreamer-docs.sgml | 2 +
docs/gst/gstreamer-sections.txt | 57 +++++++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/docs/gst/gstreamer-docs.sgml b/docs/gst/gstreamer-docs.sgml
index ca969a1..deda41e 100644
--- a/docs/gst/gstreamer-docs.sgml
+++ b/docs/gst/gstreamer-docs.sgml
@@ -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" />
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt
index 58be88d..c52d5f1 100644
--- a/docs/gst/gstreamer-sections.txt
+++ b/docs/gst/gstreamer-sections.txt
@@ -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
@@ -2538,6 +2550,51 @@ gst_task_state_get_type
<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>
GstTrace
More information about the gstreamer-commits
mailing list