docs: add new api to -section.txt

This commit is contained in:
Stefan Kost 2011-05-02 15:46:59 +03:00
parent a482babf55
commit eaebf37c00
2 changed files with 20 additions and 0 deletions

View file

@ -272,8 +272,10 @@ GST_IS_BUFFER_LIST_CLASS
GST_TYPE_BUFFER_LIST
GST_BUFFER_LIST_CAST
GST_TYPE_BUFFER_LIST_ITEM
GST_TYPE_BUFFER_LIST_ITERATOR
<SUBSECTION Private>
gst_buffer_list_item_get_type
gst_buffer_list_iterator_get_type
gst_buffer_list_get_type
</SECTION>
@ -282,6 +284,7 @@ gst_buffer_list_get_type
<TITLE>GstCaps</TITLE>
GstCaps
GstStaticCaps
GstCapsIntersectMode
GstCapsFlags
GST_CAPS_ANY
@ -322,6 +325,7 @@ gst_caps_is_always_compatible
gst_caps_is_subset
gst_caps_can_intersect
gst_caps_intersect
gst_caps_intersect_full
gst_caps_union
gst_caps_normalize
gst_caps_do_simplify
@ -340,9 +344,11 @@ GST_CAPS
GST_IS_CAPS
GST_TYPE_CAPS
GST_TYPE_CAPS_FLAGS
GST_TYPE_CAPS_INTERSECT_MODE
<SUBSECTION Private>
gst_caps_flags_get_type
gst_caps_get_type
gst_caps_intersect_mode_get_type
</SECTION>
<SECTION>
@ -671,6 +677,10 @@ gst_element_factory_create
gst_element_factory_make
gst_element_factory_can_sink_caps
gst_element_factory_can_src_caps
gst_element_factory_can_sink_all_caps
gst_element_factory_can_src_all_caps
gst_element_factory_can_sink_any_caps
gst_element_factory_can_src_any_caps
gst_element_factory_get_static_pad_templates
GstElementFactoryListType
GST_ELEMENT_FACTORY_TYPE_ANY
@ -1764,7 +1774,9 @@ gst_parse_context_get_missing_elements
<SUBSECTION Standard>
GST_TYPE_PARSE_ERROR
GST_TYPE_PARSE_FLAGS
GST_TYPE_PARSE_CONTEXT
<SUBSECTION Private>
gst_parse_context_get_type
gst_parse_error_get_type
gst_parse_flags_get_type
</SECTION>

View file

@ -239,6 +239,7 @@ gst_base_parse_set_frame_rate
gst_base_parse_convert_default
gst_base_parse_add_index_entry
GstBaseParseFrame
GstBaseParseFrameFlags
gst_base_parse_frame_new
gst_base_parse_frame_init
@ -246,6 +247,13 @@ gst_base_parse_frame_free
gst_base_parse_push_frame
GST_BASE_PARSE_DRAINING
GST_BASE_PARSE_FLAG_DRAINING
GST_BASE_PARSE_FLAG_LOST_SYNC
GST_BASE_PARSE_FLOW_DROPPED
GST_BASE_PARSE_FLOW_QUEUED
GST_BASE_PARSE_LOST_SYNC
GST_BASE_PARSE_SINK_PAD
GST_BASE_PARSE_SRC_PAD
<SUBSECTION Standard>
GstBaseParsePrivate