From: Stefan Kost Date: Mon, 2 May 2011 12:46:59 +0000 (+0300) Subject: docs: add new api to -section.txt X-Git-Tag: RELEASE-0.10.33~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eaebf37c00c8753117e3161af6f558f51e3ccfc4;p=platform%2Fupstream%2Fgstreamer.git docs: add new api to -section.txt --- diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 20ba68a..e1eba92 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -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 gst_buffer_list_item_get_type +gst_buffer_list_iterator_get_type gst_buffer_list_get_type @@ -282,6 +284,7 @@ gst_buffer_list_get_type GstCaps 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 gst_caps_flags_get_type gst_caps_get_type +gst_caps_intersect_mode_get_type
@@ -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 GST_TYPE_PARSE_ERROR GST_TYPE_PARSE_FLAGS +GST_TYPE_PARSE_CONTEXT +gst_parse_context_get_type gst_parse_error_get_type gst_parse_flags_get_type
diff --git a/docs/libs/gstreamer-libs-sections.txt b/docs/libs/gstreamer-libs-sections.txt index 6f1a5df..1a43266 100644 --- a/docs/libs/gstreamer-libs-sections.txt +++ b/docs/libs/gstreamer-libs-sections.txt @@ -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 GstBaseParsePrivate