X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fgst%2Fgstreamer-sections.txt;h=1af775aa721aa5a28f25574581d5f7fcad5b6bb8;hb=2fa15d53717c46619efb3011e7e61284483424a0;hp=30150feac55346446093311010e85e281de310ea;hpb=a7d282d27256ad1d1a55afc37d1db7f60b040089;p=platform%2Fupstream%2Fgstreamer.git diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 30150fe..1af775a 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -31,6 +31,7 @@ gst_segtrap_set_enabled gst_registry_fork_is_enabled gst_registry_fork_set_enabled gst_update_registry +gst_get_main_executable_path GST_QUARK GstQuarkId @@ -134,6 +135,7 @@ gst_bus_timed_pop_filtered gst_bus_set_flushing gst_bus_set_sync_handler gst_bus_sync_signal_handler +gst_bus_get_pollfd gst_bus_create_watch gst_bus_add_watch_full gst_bus_add_watch @@ -191,6 +193,7 @@ GST_BUFFER_IS_DISCONT gst_buffer_new gst_buffer_new_allocate gst_buffer_new_wrapped +gst_buffer_new_wrapped_bytes gst_buffer_new_wrapped_full gst_buffer_ref @@ -251,9 +254,11 @@ gst_buffer_append gst_buffer_append_region gst_buffer_get_meta +gst_buffer_get_n_meta gst_buffer_add_meta gst_buffer_remove_meta gst_buffer_iterate_meta +gst_buffer_iterate_meta_filtered GstBufferForeachMetaFunc gst_buffer_foreach_meta @@ -261,6 +266,10 @@ GstParentBufferMeta gst_buffer_add_parent_buffer_meta gst_buffer_get_parent_buffer_meta +GstReferenceTimestampMeta +gst_buffer_add_reference_timestamp_meta +gst_buffer_get_reference_timestamp_meta + gst_buffer_get_flags gst_buffer_set_flags gst_buffer_unset_flags @@ -278,11 +287,15 @@ GST_PARENT_BUFFER_META_INFO GST_PARENT_BUFFER_META_API_TYPE GST_TYPE_PARENT_BUFFER_META_API_TYPE gst_parent_buffer_meta_get_info +GST_REFERENCE_TIMESTAMP_META_INFO +GST_REFERENCE_TIMESTAMP_META_API_TYPE +gst_reference_timestamp_meta_get_info gst_buffer_get_type gst_buffer_flags_get_type gst_buffer_copy_flags_get_type gst_parent_buffer_meta_api_get_type +gst_reference_timestamp_meta_api_get_type GST_BUFFER_TIMESTAMP GST_BUFFER_TIMESTAMP_IS_VALID @@ -309,6 +322,8 @@ GST_META_TAG_MEMORY GST_META_TAG_MEMORY_STR gst_meta_register gst_meta_get_info +gst_meta_get_seqnum +gst_meta_compare_seqnum GST_META_CAST @@ -379,14 +394,20 @@ gst_buffer_list_remove gst_buffer_list_ref gst_buffer_list_unref +gst_clear_buffer_list gst_buffer_list_copy gst_buffer_list_copy_deep gst_buffer_list_is_writable gst_buffer_list_make_writable +gst_buffer_list_replace +gst_buffer_list_take GstBufferListFunc gst_buffer_list_foreach gst_buffer_list_get +gst_buffer_list_get_writable + +gst_buffer_list_calculate_size GST_BUFFER_LIST @@ -445,6 +466,7 @@ gst_caps_get_size gst_caps_get_structure gst_caps_get_features gst_caps_set_features +gst_caps_set_features_simple gst_caps_set_value gst_caps_set_simple gst_caps_set_simple_valist @@ -476,6 +498,7 @@ gst_caps_truncate gst_caps_fixate gst_caps_ref gst_caps_unref +gst_clear_caps GST_CAPS GST_IS_CAPS @@ -545,11 +568,17 @@ gst_sample_get_buffer_list gst_sample_get_caps gst_sample_get_info gst_sample_get_segment +gst_sample_set_buffer gst_sample_set_buffer_list +gst_sample_set_caps +gst_sample_set_segment +gst_sample_set_info gst_sample_new gst_sample_ref gst_sample_unref gst_sample_copy +gst_sample_is_writable +gst_sample_make_writable GST_IS_SAMPLE GST_SAMPLE @@ -646,6 +675,8 @@ gst_clock_wait_for_sync gst_clock_is_synced gst_clock_set_synced gst_clock_id_get_time +gst_clock_id_get_clock +gst_clock_id_uses_clock gst_clock_id_wait gst_clock_id_wait_async gst_clock_id_unschedule @@ -855,6 +886,7 @@ GST_ELEMENT_METADATA_LONGNAME gst_element_class_add_pad_template gst_element_class_add_static_pad_template +gst_element_class_add_static_pad_template_with_gtype gst_element_class_get_pad_template gst_element_class_get_pad_template_list gst_element_class_set_metadata @@ -876,6 +908,10 @@ gst_element_remove_pad gst_element_iterate_pads gst_element_iterate_sink_pads gst_element_iterate_src_pads +GstElementForeachPadFunc +gst_element_foreach_pad +gst_element_foreach_sink_pad +gst_element_foreach_src_pad gst_element_link @@ -890,6 +926,7 @@ gst_element_link_filtered gst_element_class_get_metadata +gst_element_get_metadata gst_element_set_base_time gst_element_get_base_time gst_element_set_start_time @@ -905,6 +942,8 @@ gst_element_set_name gst_element_get_name gst_element_set_parent gst_element_get_parent +gst_element_get_pad_template +gst_element_get_pad_template_list gst_element_set_clock @@ -923,6 +962,7 @@ gst_element_state_get_name gst_element_state_change_return_get_name gst_element_sync_state_with_parent gst_element_change_state +gst_state_change_get_name gst_element_message_full @@ -1048,6 +1088,7 @@ GST_ELEMENT_FACTORY_KLASS_DEPAYLOADER GST_ELEMENT_FACTORY_KLASS_ENCODER GST_ELEMENT_FACTORY_KLASS_ENCRYPTOR GST_ELEMENT_FACTORY_KLASS_FORMATTER +GST_ELEMENT_FACTORY_KLASS_HARDWARE GST_ELEMENT_FACTORY_KLASS_MEDIA_AUDIO GST_ELEMENT_FACTORY_KLASS_MEDIA_IMAGE GST_ELEMENT_FACTORY_KLASS_MEDIA_METADATA @@ -1175,6 +1216,8 @@ GstSeekType GstSeekFlags gst_event_new_seek gst_event_parse_seek +gst_event_set_seek_trickmode_interval +gst_event_parse_seek_trickmode_interval gst_event_new_navigation @@ -1328,6 +1371,7 @@ GST_STR_NULL GST_DEBUG_PAD_NAME GST_FUNCTION GstLogFunction +GstStackTraceFlags gst_debug_log gst_debug_log_valist gst_debug_message_get @@ -1336,6 +1380,9 @@ gst_debug_level_get_name gst_debug_add_log_function gst_debug_remove_log_function gst_debug_remove_log_function_by_data +gst_debug_add_ring_buffer_logger +gst_debug_remove_ring_buffer_logger +gst_debug_ring_buffer_logger_get_logs gst_debug_set_active gst_debug_is_active gst_debug_set_colored @@ -1425,6 +1472,7 @@ GST_TYPE_DEBUG_COLOR_FLAGS GST_TYPE_DEBUG_COLOR_MODE GST_TYPE_DEBUG_LEVEL GST_TYPE_DEBUG_GRAPH_DETAILS +GST_TYPE_STACK_TRACE_FLAGS GST_DEBUG_FG_MASK GST_DEBUG_BG_MASK @@ -1436,6 +1484,7 @@ gst_debug_color_mode_get_type gst_debug_level_get_type gst_debug_graph_details_get_type GST_CAT_LEVEL_LOG_valist +gst_stack_trace_flags_get_type
@@ -1607,14 +1656,17 @@ gst_message_type_to_quark gst_message_type_get_name gst_message_ref gst_message_unref +gst_clear_message gst_message_copy gst_message_get_structure +gst_message_writable_structure gst_message_make_writable gst_message_get_seqnum gst_message_set_seqnum gst_message_has_name gst_message_is_writable gst_message_replace +gst_message_take gst_message_new_eos gst_message_new_error @@ -1700,8 +1752,10 @@ gst_message_parse_have_context gst_message_new_device_added gst_message_new_device_removed +gst_message_new_device_changed gst_message_parse_device_added gst_message_parse_device_removed +gst_message_parse_device_changed gst_message_new_property_notify gst_message_parse_property_notify @@ -1774,6 +1828,7 @@ gst_mini_object_init gst_mini_object_ref gst_mini_object_unref +gst_clear_mini_object gst_mini_object_weak_ref gst_mini_object_weak_unref @@ -1783,6 +1838,9 @@ gst_mini_object_unlock gst_mini_object_is_writable gst_mini_object_make_writable +gst_mini_object_add_parent +gst_mini_object_remove_parent + gst_mini_object_copy gst_mini_object_set_qdata @@ -1837,6 +1895,7 @@ gst_object_has_as_ancestor gst_object_has_ancestor gst_object_ref gst_object_unref +gst_clear_object gst_object_ref_sink gst_object_replace gst_object_get_path_string @@ -2056,6 +2115,7 @@ gst_pad_chain_list gst_pad_start_task gst_pad_pause_task gst_pad_stop_task +gst_pad_get_task_state gst_pad_set_active @@ -2176,7 +2236,10 @@ GST_PAD_TEMPLATE_DIRECTION GST_PAD_TEMPLATE_PRESENCE GST_PAD_TEMPLATE_CAPS GST_PAD_TEMPLATE_IS_FIXED +GST_PAD_TEMPLATE_GTYPE gst_pad_template_new +gst_pad_template_new_with_gtype +gst_pad_template_new_from_static_pad_template_with_gtype gst_pad_template_get_caps @@ -2214,12 +2277,21 @@ GST_PARAM_MUTABLE_READY GstParamSpecFraction gst_param_spec_fraction + +GstParamSpecArray +gst_param_spec_array + + GST_IS_PARAM_SPEC_FRACTION GST_PARAM_SPEC_FRACTION GST_TYPE_PARAM_FRACTION gst_param_spec_fraction_get_type +GST_IS_PARAM_SPEC_ARRAY_LIST +GST_PARAM_SPEC_ARRAY_LIST +GST_TYPE_PARAM_ARRAY_LIST +gst_param_spec_array_get_type
@@ -2239,6 +2311,7 @@ gst_parse_bin_from_description gst_parse_bin_from_description_full gst_parse_context_new +gst_parse_context_copy gst_parse_context_free gst_parse_context_get_missing_elements @@ -2446,12 +2519,13 @@ gst_preset_get_type
gstprotection GstProtectionMeta -gst/gstprotection.h GstProtectionMeta gst_buffer_add_protection_meta gst_buffer_get_protection_meta gst_protection_select_system +gst_protection_filter_systems_by_available_decryptors GST_PROTECTION_SYSTEM_ID_CAPS_FIELD +GST_PROTECTION_UNSPECIFIED_SYSTEM_ID GST_PROTECTION_META_API_TYPE GST_PROTECTION_META_INFO @@ -2483,10 +2557,12 @@ gst_query_type_to_quark gst_query_ref gst_query_unref +gst_clear_query gst_query_copy gst_query_make_writable gst_query_is_writable gst_query_replace +gst_query_take gst_query_writable_structure gst_query_new_custom @@ -2589,6 +2665,10 @@ gst_query_new_context gst_query_set_context gst_query_parse_context gst_query_parse_context_type + +gst_query_new_bitrate +gst_query_set_bitrate +gst_query_parse_bitrate GstQueryClass GST_QUERY @@ -2654,6 +2734,30 @@ GstRegistryPrivate
+gstpromise +GstPromise +GstPromiseResult +GstPromiseChangeFunc +GstPromise +gst_promise_new +gst_promise_new_with_change_func +gst_promise_ref +gst_promise_unref +gst_promise_wait +gst_promise_reply +gst_promise_interrupt +gst_promise_expire +gst_promise_get_reply + +GST_PROMISE +GST_TYPE_PROMISE +gst_promise_get_type +GST_TYPE_PROMISE_RESULT +gst_promise_result_get_type +
+ + +
gstsegment GstSegment GstSegment @@ -2768,6 +2872,8 @@ gst_structure_get gst_structure_get_valist gst_structure_get_value gst_structure_set_value +gst_structure_set_array +gst_structure_set_list gst_structure_take_value gst_structure_set gst_structure_set_valist @@ -2799,6 +2905,8 @@ gst_structure_get_date_time gst_structure_get_clock_time gst_structure_get_enum gst_structure_get_fraction +gst_structure_get_array +gst_structure_get_list gst_structure_foreach gst_structure_map_in_place gst_structure_filter_and_map_in_place @@ -2964,8 +3072,11 @@ gst_tag_list_is_equal gst_tag_list_copy gst_tag_list_ref gst_tag_list_unref +gst_clear_tag_list gst_tag_list_is_writable gst_tag_list_make_writable +gst_tag_list_replace +gst_tag_list_take gst_tag_list_insert gst_tag_list_merge gst_tag_list_get_tag_size @@ -3200,6 +3311,14 @@ GstTracerHookElementPostMessagePre GstTracerHookElementQueryPost GstTracerHookElementQueryPre GstTracerHookElementRemovePad +GstTracerHookMiniObjectCreated +GstTracerHookMiniObjectDestroyed +GstTracerHookMiniObjectReffed +GstTracerHookMiniObjectUnreffed +GstTracerHookObjectCreated +GstTracerHookObjectDestroyed +GstTracerHookObjectReffed +GstTracerHookObjectUnreffed GstTracerHookPadLinkPost GstTracerHookPadLinkPre GstTracerHookPadPullRangePost @@ -3241,6 +3360,14 @@ GST_TRACER_ELEMENT_POST_MESSAGE_PRE GST_TRACER_ELEMENT_QUERY_POST GST_TRACER_ELEMENT_QUERY_PRE GST_TRACER_ELEMENT_REMOVE_PAD +GST_TRACER_MINI_OBJECT_CREATED +GST_TRACER_MINI_OBJECT_DESTROYED +GST_TRACER_MINI_OBJECT_REFFED +GST_TRACER_MINI_OBJECT_UNREFFED +GST_TRACER_OBJECT_CREATED +GST_TRACER_OBJECT_DESTROYED +GST_TRACER_OBJECT_REFFED +GST_TRACER_OBJECT_UNREFFED GST_TRACER_PAD_LINK_POST GST_TRACER_PAD_LINK_PRE GST_TRACER_PAD_PULL_RANGE_POST @@ -3267,6 +3394,7 @@ GstTracerPrivate GstTracerFactory GstTracerFactory gst_tracer_factory_get_list +gst_tracer_factory_get_tracer_type GstTracerFactoryClass GST_TRACER_FACTORY @@ -3452,6 +3580,7 @@ gst_uri_query_has_key gst_uri_get_query_keys gst_uri_get_fragment gst_uri_set_fragment +gst_uri_get_media_fragment_table GST_IS_URI GST_TYPE_URI @@ -3516,9 +3645,12 @@ GFLOAT_FROM_LE GFLOAT_SWAP_LE_BE GFLOAT_TO_BE GFLOAT_TO_LE +GST_SEQNUM_INVALID +GST_GROUP_ID_INVALID gst_guint64_to_gdouble gst_gdouble_to_guint64 +gst_util_dump_buffer gst_util_dump_mem gst_util_uint64_scale gst_util_uint64_scale_round @@ -3538,6 +3670,8 @@ gst_util_seqnum_compare gst_util_group_id_next gst_util_set_object_arg gst_util_set_value_from_string +gst_util_set_object_array +gst_util_get_object_array gst_util_get_timestamp GstSearchMode gst_util_array_binary_search @@ -3800,9 +3934,11 @@ gst_device_provider_class_set_metadata gst_device_provider_class_set_static_metadata gst_device_provider_device_add gst_device_provider_device_remove +gst_device_provider_device_changed gst_device_provider_get_bus gst_device_provider_get_devices gst_device_provider_get_factory +gst_device_provider_get_metadata gst_device_provider_register gst_device_provider_start gst_device_provider_stop