]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
docs: add new api to -section.txt
authorStefan Kost <ensonic@users.sf.net>
Mon, 2 May 2011 12:46:59 +0000 (15:46 +0300)
committerStefan Kost <ensonic@users.sf.net>
Tue, 3 May 2011 10:03:20 +0000 (13:03 +0300)
docs/gst/gstreamer-sections.txt
docs/libs/gstreamer-libs-sections.txt

index 20ba68adbe711164a1446e7677b4a8d721c7be45..e1eba92c66580b38bf674376a5dc1f4be3af17c7 100644 (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>
index 6f1a5dfe56b70e5336866ab35bf32c7aa4ef10e5..1a43266590fbab37ceefdd56ad6f986ba053e10e 100644 (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