X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fgst%2Fgstreamer-sections.txt;h=c37660a3cc4518f15a4f7843211a743f427c5835;hb=1969b94267b4f377ea2663876ae8720717889693;hp=8bfb90b22754f9bcfeb39b25ff88475fdd77f4c4;hpb=e85198bc321438882b6e0934925281c28616003e;p=platform%2Fupstream%2Fgstreamer.git diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 8bfb90b..c37660a 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -245,14 +245,24 @@ gst_buffer_copy_flags_get_type gstmeta GstMeta GstMeta +GstMetaFlags +GST_META_FLAGS +GST_META_FLAG_IS_SET +GST_META_FLAG_SET +GST_META_FLAG_UNSET GstMetaInfo -GST_META_TRACE_NAME GstMetaInitFunction GstMetaFreeFunction GstMetaCopyFunction GstMetaTransformFunction gst_meta_register gst_meta_get_info + +GST_META_CAST +GST_META_TRACE_NAME + +GST_TYPE_META_FLAGS +gst_meta_flags_get_type @@ -409,6 +419,29 @@ gst_caps_intersect_mode_get_type
+gstsample +GstSample +GstSample +gst_sample_get_buffer +gst_sample_get_caps +gst_sample_get_info +gst_sample_get_segment +gst_sample_new +gst_sample_ref +gst_sample_unref +gst_value_get_sample +gst_value_set_sample +gst_value_take_sample + +GST_SAMPLE_TRACE_NAME +GST_IS_SAMPLE +GST_SAMPLE +GST_TYPE_SAMPLE +gst_sample_get_type +GST_SAMPLE_CAST +
+ +
gstchildproxy GstChildProxy GstChildProxy @@ -558,16 +591,35 @@ GST_USING_PRINTF_EXTENSION
+gstcontrolbinding +GstControlBinding +GstControlBinding +GstControlBindingClass +GstControlBindingConvert +gst_control_binding_sync_values +gst_control_binding_get_value +gst_control_binding_get_value_array +gst_control_binding_set_disabled +gst_control_binding_is_disabled + +GST_CONTROL_BINDING +GST_IS_CONTROL_BINDING +GST_CONTROL_BINDING_CLASS +GST_IS_CONTROL_BINDING_CLASS +GST_CONTROL_BINDING_GET_CLASS +GST_TYPE_CONTROL_BINDING + +gst_control_binding_get_type +
+ +
gstcontrolsource GstControlSource GstControlSource GstControlSourceClass -GstControlSourceBind GstControlSourceGetValue GstControlSourceGetValueArray GstTimedValue -GstValueArray -gst_control_source_bind gst_control_source_get_value gst_control_source_get_value_array @@ -666,19 +718,14 @@ gst_element_get_start_time gst_element_set_bus gst_element_get_bus gst_element_get_factory -gst_element_set_index -gst_element_get_index -gst_element_is_indexable gst_element_set_name gst_element_get_name gst_element_set_parent gst_element_get_parent -gst_element_requires_clock gst_element_set_clock gst_element_get_clock -gst_element_provides_clock gst_element_provide_clock @@ -827,13 +874,11 @@ GST_STREAM_ERROR GST_ERROR_SYSTEM gst_error_get_message -GST_TYPE_G_ERROR GST_TYPE_CORE_ERROR GST_TYPE_LIBRARY_ERROR GST_TYPE_RESOURCE_ERROR GST_TYPE_STREAM_ERROR -gst_g_error_get_type gst_core_error_get_type gst_library_error_get_type gst_resource_error_get_type @@ -896,6 +941,8 @@ gst_event_parse_flush_stop gst_event_new_eos +gst_event_new_stream_start + gst_event_new_segment gst_event_parse_segment gst_event_copy_segment @@ -1000,11 +1047,9 @@ gst_ghost_pad_construct gst_ghost_pad_unlink_default gst_ghost_pad_link_default -gst_ghost_pad_activate_pull_default -gst_ghost_pad_activate_push_default +gst_ghost_pad_activate_mode_default -gst_ghost_pad_internal_activate_push_default -gst_ghost_pad_internal_activate_pull_default +gst_ghost_pad_internal_activate_mode_default gst_proxy_pad_get_internal @@ -1038,102 +1083,6 @@ gst_ghost_pad_get_type
-gstindex -GstIndex -GstIndex -GstIndexEntry -GstIndexGroup -GstIndexCertainty -GstIndexEntryType -GstIndexLookupMethod -GST_INDEX_NASSOCS -GST_INDEX_ASSOC_FLAGS -GST_INDEX_ASSOC_FORMAT -GST_INDEX_ASSOC_VALUE -GstIndexAssociation -GstAssocFlags -GST_INDEX_FORMAT_FORMAT -GST_INDEX_FORMAT_KEY -GST_INDEX_ID_INVALID -GST_INDEX_ID_DESCRIPTION -GstIndexFilter -GstIndexResolverMethod -GstIndexResolver -GstIndexFlags -GST_INDEX_IS_READABLE -GST_INDEX_IS_WRITABLE -gst_index_new -gst_index_commit -gst_index_get_group -gst_index_new_group -gst_index_set_group -gst_index_set_certainty -gst_index_get_certainty -gst_index_set_filter -gst_index_set_filter_full -gst_index_set_resolver -gst_index_set_resolver_full -gst_index_get_writer_id -gst_index_add_format -gst_index_add_association -gst_index_add_associationv -gst_index_add_object -gst_index_add_id -gst_index_get_assoc_entry -gst_index_get_assoc_entry_full -gst_index_entry_copy -gst_index_entry_free -gst_index_entry_assoc_map - -GstIndexClass -GST_INDEX -GST_IS_INDEX -GST_TYPE_INDEX -GST_INDEX_CLASS -GST_IS_INDEX_CLASS -GST_INDEX_GET_CLASS -GST_TYPE_INDEX_ENTRY -GST_TYPE_ASSOC_FLAGS -GST_TYPE_INDEX_CERTAINTY -GST_TYPE_INDEX_ENTRY_TYPE -GST_TYPE_INDEX_FLAGS -GST_TYPE_INDEX_LOOKUP_METHOD -GST_TYPE_INDEX_RESOLVER_METHOD - -gst_index_get_type -gst_assoc_flags_get_type -gst_index_certainty_get_type -gst_index_entry_get_type -gst_index_entry_type_get_type -gst_index_flags_get_type -gst_index_lookup_method_get_type -gst_index_resolver_method_get_type -
- - -
-gstindexfactory -GstIndexFactory -GstIndexFactory -gst_index_factory_new -gst_index_factory_destroy -gst_index_factory_find -gst_index_factory_create -gst_index_factory_make - -GstIndexFactoryClass -GST_INDEX_FACTORY -GST_IS_INDEX_FACTORY -GST_INDEX_FACTORY_CLASS -GST_IS_INDEX_FACTORY_CLASS -GST_INDEX_FACTORY_GET_CLASS -GST_TYPE_INDEX_FACTORY - -gst_index_factory_get_type -
- - -
gstinfo GstInfo GstDebugLevel @@ -1286,13 +1235,10 @@ gst_iterator_result_get_type GstMemory GstMemoryInfo GstAllocator -GST_MEMORY_IS_WRITABLE GstMemoryFlags GstMapFlags GST_MAP_READWRITE GstMemoryAllocFunction -GstMemoryGetSizesFunction -GstMemoryResizeFunction GstMemoryMapFunction GstMemoryUnmapFunction GstMemoryFreeFunction @@ -1311,6 +1257,8 @@ gst_memory_unref gst_memory_get_sizes gst_memory_resize +gst_memory_is_writable + gst_memory_map gst_memory_unmap @@ -1324,11 +1272,13 @@ gst_allocator_find gst_allocator_register gst_allocator_set_default +GST_TYPE_MEMORY GST_MEMORY_TRACE_NAME GST_TYPE_MAP_FLAGS GST_TYPE_MEMORY_FLAGS gst_map_flags_get_type gst_memory_flags_get_type +gst_memory_get_type
@@ -1530,13 +1480,13 @@ gst_object_get_path_string gst_object_suggest_next_sync gst_object_sync_values -gst_object_has_active_controlled_properties -gst_object_set_controlled_properties_disabled -gst_object_set_controlled_property_disabled -gst_object_get_control_source -gst_object_set_control_source +gst_object_has_active_control_bindings +gst_object_set_control_bindings_disabled +gst_object_set_control_binding_disabled +gst_object_add_control_binding +gst_object_get_control_binding +gst_object_remove_control_binding gst_object_get_value -gst_object_get_value_arrays gst_object_get_value_array gst_object_get_control_rate gst_object_set_control_rate @@ -1570,7 +1520,7 @@ GST_PAD_LINK_SUCCESSFUL GstPadLinkCheck GST_PAD_LINK_CHECK_DEFAULT GstFlowReturn -GstPadActivateMode +GstPadMode GstPadProbeReturn GstPadProbeType GST_PAD_PROBE_TYPE_BLOCKING @@ -1589,14 +1539,12 @@ gst_pad_unlink gst_pad_is_linked gst_pad_can_link -gst_pad_query_caps gst_pad_get_allowed_caps gst_pad_get_current_caps gst_pad_get_pad_template_caps gst_pad_set_caps gst_pad_get_peer -gst_pad_peer_query_caps gst_pad_use_fixed_caps gst_pad_has_current_caps @@ -1621,35 +1569,38 @@ gst_pad_new_from_template gst_pad_new_from_static_template gst_pad_set_chain_function +gst_pad_set_chain_function_full GstPadChainFunction gst_pad_set_chain_list_function +gst_pad_set_chain_list_function_full GstPadChainListFunction gst_pad_get_range gst_pad_set_getrange_function +gst_pad_set_getrange_function_full GstPadGetRangeFunction gst_pad_set_event_function +gst_pad_set_event_function_full GstPadEventFunction gst_pad_set_link_function +gst_pad_set_link_function_full GstPadLinkFunction gst_pad_set_unlink_function +gst_pad_set_unlink_function_full GstPadUnlinkFunction -gst_pad_query_accept_caps - gst_pad_proxy_query_caps gst_pad_proxy_query_accept_caps -gst_pad_peer_query_accept_caps - gst_pad_set_activate_function +gst_pad_set_activate_function_full GstPadActivateFunction -gst_pad_set_activatepush_function -gst_pad_set_activatepull_function +gst_pad_set_activatemode_function +gst_pad_set_activatemode_function_full GstPadActivateModeFunction gst_pad_check_reconfigure @@ -1659,23 +1610,32 @@ gst_pad_push gst_pad_push_event gst_pad_push_list gst_pad_pull_range -gst_pad_activate_pull -gst_pad_activate_push +gst_pad_activate_mode gst_pad_send_event gst_pad_event_default gst_pad_query gst_pad_peer_query + gst_pad_query_default + gst_pad_query_position gst_pad_query_duration gst_pad_query_convert +gst_pad_query_accept_caps +gst_pad_query_caps + gst_pad_peer_query_position gst_pad_peer_query_duration gst_pad_peer_query_convert +gst_pad_peer_query_accept_caps +gst_pad_peer_query_caps + gst_pad_set_query_function +gst_pad_set_query_function_full GstPadQueryFunction gst_pad_set_iterate_internal_links_function +gst_pad_set_iterate_internal_links_function_full GstPadIterIntLinkFunction gst_pad_iterate_internal_links gst_pad_iterate_internal_links_default @@ -1713,8 +1673,8 @@ GST_TYPE_PAD_FLAGS GST_TYPE_PAD_LINK_RETURN GST_TYPE_PAD_LINK_CHECK GST_TYPE_PAD_PRESENCE +GST_TYPE_PAD_MODE GST_TYPE_FLOW_RETURN -GST_TYPE_ACTIVATE_MODE GST_TYPE_PROBE_RETURN GST_TYPE_PROBE_TYPE @@ -1726,7 +1686,7 @@ gst_pad_link_return_get_type gst_pad_link_check_get_type gst_pad_presence_get_type gst_flow_return_get_type -gst_activate_mode_get_type +gst_pad_mode_get_type gst_probe_return_get_type gst_probe_type_get_type @@ -1750,7 +1710,7 @@ GST_PAD_BLOCK_GET_COND GST_PAD_BLOCK_SIGNAL GST_PAD_BLOCK_WAIT GST_PAD_CAST -GST_PAD_ACTIVATE_MODE +GST_PAD_MODE GST_PAD_DO_BUFFER_SIGNALS GST_PAD_DO_EVENT_SIGNALS GST_PAD_IS_BLOCKED @@ -1760,14 +1720,9 @@ GST_PAD_SET_FLUSHING GST_PAD_TASK GST_PAD_UNSET_FLUSHING -GST_PAD_GETCAPSFUNC -GST_PAD_FIXATECAPSFUNC -GST_PAD_ACCEPTCAPSFUNC - GST_PAD_IS_ACTIVE GST_PAD_ACTIVATEFUNC -GST_PAD_ACTIVATEPULLFUNC -GST_PAD_ACTIVATEPUSHFUNC +GST_PAD_ACTIVATEMODEFUNC GST_PAD_CHAINFUNC GST_PAD_CHAINLISTFUNC @@ -1779,16 +1734,6 @@ GST_PAD_LINKFUNC GST_PAD_UNLINKFUNC GST_PAD_QUERYFUNC GST_PAD_QUERYTYPEFUNC - -GST_PAD_PREROLL_BROADCAST -GST_PAD_GET_PREROLL_COND -GST_PAD_GET_PREROLL_LOCK -GST_PAD_PREROLL_LOCK -GST_PAD_PREROLL_SIGNAL -GST_PAD_PREROLL_TIMED_WAIT -GST_PAD_PREROLL_TRYLOCK -GST_PAD_PREROLL_UNLOCK -GST_PAD_PREROLL_WAIT
@@ -2056,6 +2001,8 @@ gst_preset_rename_preset gst_preset_delete_preset gst_preset_set_meta gst_preset_get_meta +gst_preset_set_app_dir +gst_preset_get_app_dir GST_PRESET GST_IS_PRESET @@ -2175,7 +2122,7 @@ gst_buffering_mode_get_type gstregistry GstRegistry GstRegistry -gst_registry_get_default +gst_registry_get gst_registry_get_feature_list gst_registry_get_feature_list_cookie gst_registry_get_feature_list_by_plugin @@ -2193,16 +2140,7 @@ gst_registry_scan_path gst_registry_lookup gst_registry_remove_feature gst_registry_add_feature - -gst_default_registry_check_feature_version -gst_default_registry_get_path_list -gst_default_registry_add_plugin -gst_default_registry_add_path -gst_default_registry_find_plugin -gst_default_registry_find_feature -gst_default_registry_get_plugin_list -gst_default_registry_get_feature_list_cookie -gst_default_registry_feature_filter +gst_registry_check_feature_version GstRegistryClass GST_REGISTRY @@ -2403,6 +2341,7 @@ GST_TAG_ALBUM_GAIN GST_TAG_ALBUM_PEAK GST_TAG_REFERENCE_LEVEL GST_TAG_LANGUAGE_CODE +GST_TAG_LANGUAGE_NAME GST_TAG_IMAGE GST_TAG_PREVIEW_IMAGE GST_TAG_ATTACHMENT @@ -2455,6 +2394,8 @@ gst_tag_list_insert gst_tag_list_merge gst_tag_list_free gst_tag_list_get_tag_size +gst_tag_list_n_tags +gst_tag_list_nth_tag_name gst_tag_list_add gst_tag_list_add_value gst_tag_list_add_values @@ -2464,10 +2405,6 @@ gst_tag_list_remove_tag gst_tag_list_foreach gst_tag_list_get_value_index gst_tag_list_copy_value -gst_tag_list_get_char -gst_tag_list_get_char_index -gst_tag_list_get_uchar -gst_tag_list_get_uchar_index gst_tag_list_get_boolean gst_tag_list_get_boolean_index gst_tag_list_get_int @@ -2607,42 +2544,6 @@ gst_task_state_get_type
-gsttrace -GstTrace -GstTrace -gst_trace_new -gst_trace_destroy -gst_trace_flush -gst_trace_text_flush -gst_trace_add_entry -gst_trace_get_size -gst_trace_get_offset -gst_trace_get_remaining -gst_trace_set_default -gst_trace_read_tsc -GstAllocTraceFlags -GstAllocTrace -gst_alloc_trace_available -gst_alloc_trace_list -gst_alloc_trace_live_all -gst_alloc_trace_print_all -gst_alloc_trace_set_flags_all -gst_alloc_trace_get -gst_alloc_trace_print -gst_alloc_trace_print_live -gst_alloc_trace_set_flags -gst_alloc_trace_register -gst_alloc_trace_new -gst_alloc_trace_free - -GST_TYPE_ALLOC_TRACE_FLAGS -gst_alloc_trace_flags_get_type - -GstTraceEntry -
- - -
gsttypefind GstTypeFind GstTypeFind @@ -2887,12 +2788,6 @@ gst_value_get_fraction_range_min gst_value_get_fraction_range_max gst_value_set_fraction_range_full - -GST_VALUE_HOLDS_DATE -GST_TYPE_DATE -gst_value_set_date -gst_value_get_date - GST_VALUE_HOLDS_DATE_TIME