aboutsummaryrefslogtreecommitdiff
path: root/docs/gst/gstreamer-sections.txt
diff options
context:
space:
mode:
authorOlivier Naudan <o-naudan@ti.com>2012-04-13 09:08:41 -0400
committerOlivier Naudan <o-naudan@ti.com>2012-04-13 09:08:41 -0400
commit54399760aad93cb3ec36162ced7649c8cd8286db (patch)
tree3b6047cba24cc1323720e162b5906e3fe8abdfc4 /docs/gst/gstreamer-sections.txt
parentbeb43201c942afa12dfc4225218b61fcd6e90923 (diff)
Imported Upstream version 0.11.90upstream/0.11.90
Diffstat (limited to 'docs/gst/gstreamer-sections.txt')
-rw-r--r--docs/gst/gstreamer-sections.txt770
1 files changed, 434 insertions, 336 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt
index 76167b3..c66ccc1 100644
--- a/docs/gst/gstreamer-sections.txt
+++ b/docs/gst/gstreamer-sections.txt
@@ -36,6 +36,8 @@ GST_QUARK
GstQuarkId
GstPluginLoader
GstPluginLoaderFuncs
+GstAllocTrace
+GstAllocTraceFlags
</SECTION>
<SECTION>
@@ -158,28 +160,25 @@ GstBusPrivate
<TITLE>GstBuffer</TITLE>
GstBuffer
GstBufferFlags
-GstBufferCopyFlags
GST_BUFFER_FLAGS
GST_BUFFER_FLAG_IS_SET
GST_BUFFER_FLAG_SET
GST_BUFFER_FLAG_UNSET
-GST_META_TIMING_INFO
-GstMetaTiming
-GST_BUFFER_TIMESTAMP
+GST_BUFFER_PTS
+GST_BUFFER_DTS
GST_BUFFER_DURATION
GST_BUFFER_OFFSET
GST_BUFFER_OFFSET_END
GST_BUFFER_OFFSET_NONE
GST_BUFFER_DURATION_IS_VALID
-GST_BUFFER_TIMESTAMP_IS_VALID
+GST_BUFFER_PTS_IS_VALID
+GST_BUFFER_DTS_IS_VALID
GST_BUFFER_OFFSET_IS_VALID
GST_BUFFER_OFFSET_END_IS_VALID
GST_BUFFER_IS_DISCONT
-GST_BUFFER_TRACE_NAME
gst_buffer_new
-gst_buffer_new_and_alloc
gst_buffer_new_allocate
gst_buffer_new_wrapped
gst_buffer_new_wrapped_full
@@ -193,13 +192,20 @@ gst_buffer_resize
gst_buffer_set_size
gst_buffer_n_memory
-gst_buffer_take_memory
-gst_buffer_peek_memory
-gst_buffer_remove_memory
+gst_buffer_insert_memory
+gst_buffer_replace_memory_range
+gst_buffer_get_memory_range
gst_buffer_remove_memory_range
-
-gst_buffer_join
-gst_buffer_merge
+gst_buffer_find_memory
+
+gst_buffer_prepend_memory
+gst_buffer_append_memory
+gst_buffer_replace_memory
+gst_buffer_replace_all_memory
+gst_buffer_get_memory
+gst_buffer_get_all_memory
+gst_buffer_remove_memory
+gst_buffer_remove_all_memory
gst_buffer_map
gst_buffer_unmap
@@ -209,6 +215,7 @@ gst_buffer_extract
gst_buffer_fill
gst_buffer_memset
+GstBufferCopyFlags
GST_BUFFER_COPY_METADATA
GST_BUFFER_COPY_ALL
gst_buffer_copy
@@ -219,17 +226,15 @@ gst_buffer_is_writable
gst_buffer_make_writable
gst_buffer_replace
-gst_buffer_is_span_fast
-gst_buffer_span
+gst_buffer_append
gst_buffer_get_meta
gst_buffer_add_meta
gst_buffer_remove_meta
gst_buffer_iterate_meta
+GstBufferForeachMetaFunc
+gst_buffer_foreach_meta
-gst_buffer_add_meta_timing
-gst_buffer_get_meta_timing
-gst_meta_timing_get_info
<SUBSECTION Standard>
GstBufferClass
GST_BUFFER
@@ -242,20 +247,35 @@ GST_BUFFER_CAST
gst_buffer_get_type
gst_buffer_flags_get_type
gst_buffer_copy_flags_get_type
+GST_BUFFER_TIMESTAMP
+GST_BUFFER_TIMESTAMP_IS_VALID
</SECTION>
<SECTION>
<FILE>gstmeta</FILE>
<TITLE>GstMeta</TITLE>
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
+GstMetaTransformCopy
+GST_META_TRANSFORM_IS_COPY
+gst_meta_api_type_register
+gst_meta_api_type_has_tag
+GST_META_TAG_MEMORY
gst_meta_register
gst_meta_get_info
+<SUBSECTION Standard>
+GST_META_CAST
+<SUBSECTION Private>
+GST_TYPE_META_FLAGS
+gst_meta_flags_get_type
</SECTION>
@@ -264,18 +284,19 @@ gst_meta_get_info
<TITLE>GstBufferPool</TITLE>
GstBufferPool
GstBufferPoolClass
-GstBufferPoolFlags
GST_BUFFER_POOL_IS_FLUSHING
-GstBufferPoolParams
gst_buffer_pool_new
-gst_buffer_pool_config_get
-gst_buffer_pool_config_set
+gst_buffer_pool_config_get_params
+gst_buffer_pool_config_set_params
+gst_buffer_pool_config_get_allocator
+gst_buffer_pool_config_set_allocator
+gst_buffer_pool_config_n_options
gst_buffer_pool_config_add_option
gst_buffer_pool_config_get_option
gst_buffer_pool_config_has_option
-gst_buffer_pool_config_n_options
+
gst_buffer_pool_get_options
gst_buffer_pool_has_option
@@ -285,19 +306,20 @@ gst_buffer_pool_set_config
gst_buffer_pool_set_active
gst_buffer_pool_is_active
+GstBufferPoolAcquireFlags
+GstBufferPoolAcquireParams
gst_buffer_pool_acquire_buffer
gst_buffer_pool_release_buffer
<SUBSECTION Standard>
GST_BUFFER_POOL_CLASS
GST_BUFFER_POOL_CAST
-GST_BUFFER_POOL_TRACE_NAME
GstBufferPoolPrivate
GST_BUFFER_POOL
GST_IS_BUFFER_POOL
GST_TYPE_BUFFER_POOL
gst_buffer_pool_get_type
-GST_TYPE_BUFFER_POOL_FLAGS
-gst_buffer_pool_flags_get_type
+GST_TYPE_BUFFER_POOL_ACQUIRE_FLAGS
+gst_buffer_pool_acquire_flags_get_type
GST_IS_BUFFER_POOL_CLASS
GST_BUFFER_POOL_GET_CLASS
</SECTION>
@@ -308,8 +330,8 @@ GST_BUFFER_POOL_GET_CLASS
GstBufferList
gst_buffer_list_new
-gst_buffer_list_sized_new
-gst_buffer_list_len
+gst_buffer_list_new_sized
+gst_buffer_list_length
gst_buffer_list_add
gst_buffer_list_insert
gst_buffer_list_remove
@@ -355,6 +377,7 @@ GST_CAPS_FLAG_SET
GST_CAPS_FLAG_UNSET
gst_caps_new_empty
+gst_caps_new_empty_simple
gst_caps_new_any
gst_caps_new_simple
gst_caps_new_full
@@ -380,23 +403,24 @@ gst_caps_is_empty
gst_caps_is_fixed
gst_caps_is_equal
gst_caps_is_equal_fixed
+gst_caps_is_strictly_equal
gst_caps_is_always_compatible
gst_caps_is_subset
gst_caps_is_subset_structure
gst_caps_can_intersect
gst_caps_intersect
gst_caps_intersect_full
-gst_caps_union
gst_caps_normalize
-gst_caps_do_simplify
+gst_caps_simplify
gst_caps_replace
+gst_caps_take
gst_caps_to_string
gst_caps_from_string
gst_caps_subtract
gst_caps_make_writable
-gst_caps_ref
gst_caps_truncate
gst_caps_fixate
+gst_caps_ref
gst_caps_unref
<SUBSECTION Standard>
GST_CAPS
@@ -412,6 +436,25 @@ gst_caps_intersect_mode_get_type
</SECTION>
<SECTION>
+<FILE>gstsample</FILE>
+<TITLE>GstSample</TITLE>
+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
+<SUBSECTION Standard>
+GST_IS_SAMPLE
+GST_SAMPLE
+GST_TYPE_SAMPLE
+gst_sample_get_type
+GST_SAMPLE_CAST
+</SECTION>
+
+<SECTION>
<FILE>gstchildproxy</FILE>
<TITLE>GstChildProxy</TITLE>
GstChildProxy
@@ -461,7 +504,6 @@ GST_TIMEVAL_TO_TIME
GST_TIME_TO_TIMEVAL
GST_TIMESPEC_TO_TIME
GST_TIME_TO_TIMESPEC
-GST_CLOCK_ENTRY_TRACE_NAME
GstClockEntry
GstClockCallback
GstClockEntryType
@@ -474,10 +516,6 @@ GST_CLOCK_ENTRY_STATUS
GstClockReturn
GstClockFlags
GST_CLOCK_FLAGS
-GST_CLOCK_BROADCAST
-GST_CLOCK_COND
-GST_CLOCK_TIMED_WAIT
-GST_CLOCK_WAIT
gst_clock_add_observation
gst_clock_set_master
gst_clock_get_master
@@ -493,6 +531,8 @@ gst_clock_adjust_unlocked
gst_clock_unadjust_unlocked
gst_clock_get_calibration
gst_clock_set_calibration
+gst_clock_get_timeout
+gst_clock_set_timeout
gst_clock_id_get_time
gst_clock_id_wait
gst_clock_id_wait_async
@@ -535,9 +575,16 @@ gst_element_factory_get_documentation_uri
gst_element_factory_get_icon_name
gst_element_factory_get_klass
gst_element_factory_get_longname
+gst_pad_get_caps_reffed
+gst_pad_peer_get_caps_reffed
+gst_buffer_new_and_alloc
+GST_BUFFER_TIMESTAMP
+GST_BUFFER_TIMESTAMP_IS_VALID
+gst_adapter_prev_timestamp
<SUBSECTION Private>
</SECTION>
+
<SECTION>
<FILE>gstconfig</FILE>
GST_DISABLE_GST_DEBUG
@@ -558,6 +605,52 @@ GST_PADDING_INIT
GST_USING_PRINTF_EXTENSION
</SECTION>
+
+<SECTION>
+<FILE>gstcontrolbinding</FILE>
+<TITLE>GstControlBinding</TITLE>
+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
+<SUBSECTION Standard>
+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
+<SUBSECTION Private>
+gst_control_binding_get_type
+</SECTION>
+
+<SECTION>
+<FILE>gstcontrolsource</FILE>
+<TITLE>GstControlSource</TITLE>
+GstValueArray
+GstControlSource
+GstControlSourceClass
+GstControlSourceGetValue
+GstControlSourceGetValueArray
+GstTimedValue
+gst_control_source_get_value
+gst_control_source_get_value_array
+<SUBSECTION Standard>
+GST_CONTROL_SOURCE
+GST_IS_CONTROL_SOURCE
+GST_CONTROL_SOURCE_CLASS
+GST_IS_CONTROL_SOURCE_CLASS
+GST_CONTROL_SOURCE_GET_CLASS
+GST_TYPE_CONTROL_SOURCE
+<SUBSECTION Private>
+gst_control_source_get_type
+</SECTION>
+
+
<SECTION>
<FILE>gstelement</FILE>
<TITLE>GstElement</TITLE>
@@ -603,9 +696,10 @@ GST_ELEMENT_METADATA_LONGNAME
gst_element_class_add_pad_template
gst_element_class_get_pad_template
gst_element_class_get_pad_template_list
-gst_element_class_install_std_props
gst_element_class_set_metadata
+gst_element_class_set_static_metadata
gst_element_class_add_metadata
+gst_element_class_add_static_metadata
<SUBSECTION element-pads>
gst_element_add_pad
@@ -642,19 +736,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
<SUBSECTION element-clocks>
-gst_element_requires_clock
gst_element_set_clock
gst_element_get_clock
-gst_element_provides_clock
gst_element_provide_clock
<SUBSECTION element-states>
@@ -670,16 +759,11 @@ gst_element_state_change_return_get_name
gst_element_sync_state_with_parent
gst_element_change_state
-<SUBSECTION element-tags>
-gst_element_found_tags
-gst_element_found_tags_for_pad
-
<SUBSECTION element-messages>
gst_element_message_full
gst_element_post_message
<SUBSECTION element-query>
-gst_element_get_query_types
gst_element_query
gst_element_query_convert
gst_element_query_position
@@ -709,7 +793,7 @@ GST_STATE_UNLOCK
GST_STATE_UNLOCK_FULL
GST_STATE_LOCK_FULL
GST_STATE_WAIT
-GST_STATE_TIMED_WAIT
+GST_STATE_WAIT_UNTIL
GST_STATE_SIGNAL
GST_STATE_BROADCAST
@@ -808,13 +892,11 @@ GST_STREAM_ERROR
GST_ERROR_SYSTEM
gst_error_get_message
<SUBSECTION Standard>
-GST_TYPE_G_ERROR
GST_TYPE_CORE_ERROR
GST_TYPE_LIBRARY_ERROR
GST_TYPE_RESOURCE_ERROR
GST_TYPE_STREAM_ERROR
<SUBSECTION Private>
-gst_g_error_get_type
gst_core_error_get_type
gst_library_error_get_type
gst_resource_error_get_type
@@ -837,8 +919,6 @@ GST_EVENT_MAKE_TYPE
GstEventType
-GST_EVENT_TRACE_NAME
-
GST_EVENT_TYPE
GST_EVENT_TYPE_NAME
GST_EVENT_TIMESTAMP
@@ -877,6 +957,11 @@ gst_event_parse_flush_stop
gst_event_new_eos
+gst_event_new_gap
+gst_event_parse_gap
+
+gst_event_new_stream_start
+
gst_event_new_segment
gst_event_parse_segment
gst_event_copy_segment
@@ -911,6 +996,23 @@ gst_event_new_reconfigure
gst_event_new_caps
gst_event_parse_caps
+
+GstStreamConfigFlags
+gst_event_new_stream_config
+gst_event_parse_stream_config
+
+gst_event_set_stream_config_setup_data
+gst_event_parse_stream_config_setup_data
+
+gst_event_add_stream_config_header
+gst_event_get_n_stream_config_headers
+gst_event_parse_nth_stream_config_header
+
+gst_event_new_toc
+gst_event_parse_toc
+
+gst_event_new_toc_select
+gst_event_parse_toc_select
<SUBSECTION Standard>
GstEventClass
GST_EVENT
@@ -939,17 +1041,10 @@ gst_seek_type_get_type
gst_seek_flags_get_type
gst_qos_type_get_type
gst_event_type_flags_get_type
+GST_TYPE_STREAM_CONFIG_FLAGS
+gst_stream_config_flags_get_type
</SECTION>
-
-<SECTION>
-<FILE>gstfilter</FILE>
-<TITLE>GstFilter</TITLE>
-GstFilterFunc
-gst_filter_run
-</SECTION>
-
-
<SECTION>
<FILE>gstformat</FILE>
<TITLE>GstFormat</TITLE>
@@ -990,24 +1085,18 @@ 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
-gst_proxy_pad_query_type_default
gst_proxy_pad_event_default
gst_proxy_pad_query_default
gst_proxy_pad_iterate_internal_links_default
gst_proxy_pad_chain_default
gst_proxy_pad_chain_list_default
gst_proxy_pad_getrange_default
-gst_proxy_pad_getcaps_default
-gst_proxy_pad_acceptcaps_default
-gst_proxy_pad_fixatecaps_default
gst_proxy_pad_unlink_default
<SUBSECTION Standard>
GstGhostPadClass
@@ -1032,102 +1121,6 @@ gst_ghost_pad_get_type
<SECTION>
-<FILE>gstindex</FILE>
-<TITLE>GstIndex</TITLE>
-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
-<SUBSECTION Standard>
-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
-<SUBSECTION Private>
-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
-</SECTION>
-
-
-<SECTION>
-<FILE>gstindexfactory</FILE>
-<TITLE>GstIndexFactory</TITLE>
-GstIndexFactory
-gst_index_factory_new
-gst_index_factory_destroy
-gst_index_factory_find
-gst_index_factory_create
-gst_index_factory_make
-<SUBSECTION Standard>
-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
-<SUBSECTION Private>
-gst_index_factory_get_type
-</SECTION>
-
-
-<SECTION>
<FILE>gstinfo</FILE>
<TITLE>GstInfo</TITLE>
GstDebugLevel
@@ -1211,6 +1204,8 @@ GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS
gst_debug_print_stack_trace
GST_TIME_FORMAT
GST_TIME_ARGS
+gst_debug_bin_to_dot_file
+gst_debug_bin_to_dot_file_with_ts
<SUBSECTION Standard>
GST_TYPE_DEBUG_COLOR_FLAGS
GST_TYPE_DEBUG_LEVEL
@@ -1277,16 +1272,27 @@ gst_iterator_result_get_type
<SECTION>
<FILE>gstmemory</FILE>
<TITLE>GstMemory</TITLE>
-GstMemory
-GstMemoryInfo
-GstAllocator
-GST_MEMORY_IS_WRITABLE
+
+gst_memory_alignment
+
GstMemoryFlags
+GST_MEMORY_FLAGS
+GST_MEMORY_FLAG_IS_SET
+GST_MEMORY_FLAG_UNSET
+GST_MEMORY_IS_READONLY
+GST_MEMORY_IS_ZERO_PADDED
+GST_MEMORY_IS_ZERO_PREFIXED
+
+GstMemory
+
GstMapFlags
+GstMapInfo
+GST_MAP_INFO_INIT
GST_MAP_READWRITE
-GstMemoryAllocFunction
-GstMemoryGetSizesFunction
-GstMemoryResizeFunction
+
+GstAllocationParams
+
+GstAllocatorAllocFunction
GstMemoryMapFunction
GstMemoryUnmapFunction
GstMemoryFreeFunction
@@ -1294,17 +1300,37 @@ GstMemoryCopyFunction
GstMemoryShareFunction
GstMemoryIsSpanFunction
-gst_memory_alignment
+GstMemoryInfo
+
+GstAllocator
+
+gst_allocator_new
+gst_allocator_get_memory_type
+gst_allocator_ref
+gst_allocator_unref
+
+GST_ALLOCATOR_SYSMEM
+gst_allocator_find
+gst_allocator_register
+gst_allocator_set_default
+
+gst_allocation_params_init
+gst_allocation_params_copy
+gst_allocation_params_free
gst_allocator_alloc
+
gst_memory_new_wrapped
gst_memory_ref
gst_memory_unref
+gst_memory_is_exclusive
+
gst_memory_get_sizes
gst_memory_resize
+gst_memory_make_mapped
gst_memory_map
gst_memory_unmap
@@ -1312,17 +1338,18 @@ gst_memory_copy
gst_memory_share
gst_memory_is_span
-
-GST_ALLOCATOR_SYSMEM
-gst_allocator_find
-gst_allocator_register
-gst_allocator_set_default
<SUBSECTION Standard>
-GST_MEMORY_TRACE_NAME
+GST_TYPE_MEMORY
+gst_memory_get_type
+GST_MEMORY_CAST
GST_TYPE_MAP_FLAGS
-GST_TYPE_MEMORY_FLAGS
gst_map_flags_get_type
+GST_TYPE_MEMORY_FLAGS
gst_memory_flags_get_type
+GST_TYPE_ALLOCATION_PARAMS
+gst_allocation_params_get_type
+GST_TYPE_ALLOCATOR
+gst_allocator_get_type
</SECTION>
<SECTION>
@@ -1336,7 +1363,6 @@ GST_MESSAGE_TIMESTAMP
GST_MESSAGE_SEQNUM
GST_MESSAGE_TYPE
GST_MESSAGE_TYPE_NAME
-GST_MESSAGE_TRACE_NAME
gst_message_type_to_quark
gst_message_type_get_name
gst_message_ref
@@ -1395,6 +1421,8 @@ gst_message_set_qos_stats
gst_message_parse_qos
gst_message_parse_qos_values
gst_message_parse_qos_stats
+gst_message_new_toc
+gst_message_parse_toc
GstStructureChangeType
gst_message_new_structure_change
@@ -1431,7 +1459,7 @@ gst_message_type_get_type
gst_structure_change_type_get_type
gst_stream_status_type_get_type
gst_progress_type_get_type
-GST_MESSAGE_COND
+GST_MESSAGE_GET_COND
GST_MESSAGE_GET_LOCK
GST_MESSAGE_LOCK
GST_MESSAGE_SIGNAL
@@ -1521,6 +1549,20 @@ gst_object_unref
gst_object_ref_sink
gst_object_replace
gst_object_get_path_string
+
+gst_object_suggest_next_sync
+gst_object_sync_values
+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_array
+gst_object_get_control_rate
+gst_object_set_control_rate
+
<SUBSECTION Standard>
GST_OBJECT
GST_IS_OBJECT
@@ -1550,12 +1592,7 @@ GST_PAD_LINK_SUCCESSFUL
GstPadLinkCheck
GST_PAD_LINK_CHECK_DEFAULT
GstFlowReturn
-GstActivateMode
-GstProbeReturn
-GstProbeType
-GST_PROBE_TYPE_BLOCKING
-GST_PROBE_TYPE_DATA
-GST_PROBE_TYPE_SCHEDULING
+GstPadMode
<SUBSECTION Application>
gst_pad_get_name
@@ -1570,16 +1607,12 @@ gst_pad_unlink
gst_pad_is_linked
gst_pad_can_link
-gst_pad_get_caps
-gst_pad_get_caps_reffed
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_get_caps
-gst_pad_peer_get_caps_reffed
gst_pad_use_fixed_caps
gst_pad_has_current_caps
@@ -1589,57 +1622,82 @@ gst_pad_sticky_events_foreach
gst_pad_is_active
-gst_pad_is_blocked
-gst_pad_is_blocking
+<SUBSECTION probes>
+GstPadProbeReturn
+GstPadProbeType
+GST_PAD_PROBE_TYPE_BLOCKING
+GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM
+GST_PAD_PROBE_TYPE_BLOCK_UPSTREAM
+GST_PAD_PROBE_TYPE_DATA_DOWNSTREAM
+GST_PAD_PROBE_TYPE_DATA_UPSTREAM
+GST_PAD_PROBE_TYPE_DATA_BOTH
+GST_PAD_PROBE_TYPE_EVENT_BOTH
+GST_PAD_PROBE_TYPE_QUERY_BOTH
+GST_PAD_PROBE_TYPE_ALL_BOTH
+GST_PAD_PROBE_TYPE_SCHEDULING
+
+GstPadProbeInfo
+GST_PAD_PROBE_INFO_TYPE
+GST_PAD_PROBE_INFO_ID
+GST_PAD_PROBE_INFO_DATA
+
+GST_PAD_PROBE_INFO_BUFFER
+GST_PAD_PROBE_INFO_BUFFER_LIST
+GST_PAD_PROBE_INFO_EVENT
+GST_PAD_PROBE_INFO_QUERY
+
+GST_PAD_PROBE_INFO_OFFSET
+GST_PAD_PROBE_INFO_SIZE
GstPadProbeCallback
gst_pad_add_probe
gst_pad_remove_probe
+gst_pad_is_blocked
+gst_pad_is_blocking
+
+<SUBSECTION offset>
gst_pad_get_offset
gst_pad_set_offset
+
<SUBSECTION Element>
gst_pad_new
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_accept_caps
-gst_pad_set_acceptcaps_function
-GstPadAcceptCapsFunction
-
-gst_pad_set_getcaps_function
-GstPadGetCapsFunction
-gst_pad_proxy_getcaps
-
-gst_pad_fixate_caps
-gst_pad_set_fixatecaps_function
-GstPadFixateCapsFunction
-
-gst_pad_peer_accept_caps
+gst_pad_proxy_query_caps
+gst_pad_proxy_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
@@ -1649,28 +1707,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_peer_position
-gst_pad_query_peer_duration
-gst_pad_query_peer_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_query_type_function
-GstPadQueryTypeFunction
-gst_pad_get_query_types
-gst_pad_get_query_types_default
-
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
@@ -1692,10 +1754,8 @@ gst_pad_set_active
GST_PAD_GET_STREAM_LOCK
GST_PAD_STREAM_LOCK
-GST_PAD_STREAM_LOCK_FULL
GST_PAD_STREAM_TRYLOCK
GST_PAD_STREAM_UNLOCK
-GST_PAD_STREAM_UNLOCK_FULL
<SUBSECTION Standard>
GstPadClass
@@ -1710,10 +1770,10 @@ 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
+GST_TYPE_PAD_PROBE_RETURN
+GST_TYPE_PAD_PROBE_TYPE
<SUBSECTION Private>
gst_pad_get_type
@@ -1723,9 +1783,9 @@ 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_probe_return_get_type
-gst_probe_type_get_type
+gst_pad_mode_get_type
+gst_pad_probe_return_get_type
+gst_pad_probe_type_get_type
GST_PAD_NAME
GST_PAD_PARENT
@@ -1737,8 +1797,15 @@ GST_PAD_IS_LINKED
GST_PAD_IS_SRC
GST_PAD_IS_SINK
GST_PAD_IS_FIXED_CAPS
-GST_PAD_NEEDS_EVENTS
GST_PAD_NEEDS_RECONFIGURE
+GST_PAD_HAS_PENDING_EVENTS
+GST_PAD_IS_PROXY_ALLOCATION
+GST_PAD_IS_PROXY_CAPS
+GST_PAD_NEEDS_PARENT
+GST_PAD_SET_PROXY_ALLOCATION
+GST_PAD_UNSET_PROXY_ALLOCATION
+GST_PAD_SET_PROXY_CAPS
+GST_PAD_UNSET_PROXY_CAPS
GST_PAD_IS_IN_GETCAPS
GST_PAD_MODE_ACTIVATE
@@ -1747,7 +1814,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
@@ -1757,14 +1824,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
@@ -1776,16 +1838,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
</SECTION>
@@ -1982,11 +2034,9 @@ gst_plugin_flags_get_type
<FILE>gstpluginfeature</FILE>
<TITLE>GstPluginFeature</TITLE>
GstPluginFeature
-GstTypeNameData
GstPluginFeatureFilter
GstRank
-gst_plugin_feature_type_name_filter
gst_plugin_feature_set_rank
gst_plugin_feature_set_name
gst_plugin_feature_get_rank
@@ -2055,6 +2105,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
<SUBSECTION Standard>
GST_PRESET
GST_IS_PRESET
@@ -2067,17 +2119,23 @@ gst_preset_get_type
<FILE>gstquery</FILE>
<TITLE>GstQuery</TITLE>
GstQuery
+
+GstQueryTypeFlags
+GST_QUERY_TYPE_BOTH
+GST_QUERY_MAKE_TYPE
+
GstQueryType
+
+GST_QUERY_TYPE
GST_QUERY_TYPE_NAME
-GstQueryTypeDefinition
+GST_QUERY_IS_UPSTREAM
+GST_QUERY_IS_DOWNSTREAM
+GST_QUERY_IS_SERIALIZED
+
+gst_query_type_get_flags
gst_query_type_get_name
gst_query_type_to_quark
-gst_query_type_register
-gst_query_type_get_by_nick
-gst_query_types_contains
-gst_query_type_get_details
-gst_query_type_iterate_definitions
gst_query_ref
gst_query_unref
@@ -2120,6 +2178,17 @@ gst_query_new_segment
gst_query_set_segment
gst_query_parse_segment
+gst_query_new_caps
+gst_query_parse_caps
+gst_query_set_caps_result
+gst_query_parse_caps_result
+gst_query_intersect_caps_result
+
+gst_query_new_accept_caps
+gst_query_parse_accept_caps
+gst_query_set_accept_caps_result
+gst_query_parse_accept_caps_result
+
GstBufferingMode
gst_query_new_buffering
gst_query_set_buffering_percent
@@ -2138,19 +2207,37 @@ gst_query_set_uri
gst_query_new_allocation
gst_query_parse_allocation
-gst_query_parse_allocation_params
-gst_query_parse_nth_allocation_memory
-gst_query_parse_nth_allocation_meta
-gst_query_set_allocation_params
-gst_query_add_allocation_memory
+
+gst_query_add_allocation_pool
+gst_query_get_n_allocation_pools
+gst_query_parse_nth_allocation_pool
+gst_query_set_nth_allocation_pool
+
+gst_query_add_allocation_param
+gst_query_get_n_allocation_params
+gst_query_parse_nth_allocation_param
+gst_query_set_nth_allocation_param
+
gst_query_add_allocation_meta
-gst_query_has_allocation_meta
-gst_query_get_n_allocation_memories
gst_query_get_n_allocation_metas
+gst_query_parse_nth_allocation_meta
+gst_query_remove_nth_allocation_meta
+gst_query_has_allocation_meta
+GstSchedulingFlags
gst_query_new_scheduling
gst_query_parse_scheduling
gst_query_set_scheduling
+gst_query_add_scheduling_mode
+gst_query_get_n_scheduling_modes
+gst_query_parse_nth_scheduling_mode
+gst_query_has_scheduling_mode
+
+gst_query_new_drain
+
+gst_query_new_toc
+gst_query_parse_toc
+gst_query_set_toc
<SUBSECTION Standard>
GstQueryClass
GST_QUERY
@@ -2161,12 +2248,16 @@ GST_IS_QUERY_CLASS
GST_TYPE_QUERY
GST_TYPE_QUERY_TYPE
GST_QUERY_GET_CLASS
-GST_QUERY_TYPE
+GST_TYPE_QUERY_TYPE_FLAGS
+gst_query_type_flags_get_type
GST_TYPE_BUFFERING_MODE
+gst_buffering_mode_get_type
+GST_TYPE_SCHEDULING_FLAGS
+gst_scheduling_flags_get_type
<SUBSECTION Private>
+GST_QUERY_NUM_SHIFT
gst_query_get_type
gst_query_type_get_type
-gst_buffering_mode_get_type
</SECTION>
@@ -2174,7 +2265,7 @@ gst_buffering_mode_get_type
<FILE>gstregistry</FILE>
<TITLE>GstRegistry</TITLE>
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
@@ -2192,16 +2283,7 @@ gst_registry_scan_path
gst_registry_lookup
gst_registry_remove_feature
gst_registry_add_feature
-<SUBSECTION Default Registry>
-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
<SUBSECTION Standard>
GstRegistryClass
GST_REGISTRY
@@ -2251,11 +2333,11 @@ gst_segment_flags_get_type
GstStructure
GstStructureForeachFunc
GstStructureMapFunc
-gst_structure_empty_new
-gst_structure_id_empty_new
+gst_structure_new_empty
+gst_structure_new_id_empty
gst_structure_new
gst_structure_new_valist
-gst_structure_id_new
+gst_structure_new_id
gst_structure_copy
gst_structure_free
gst_structure_get_name
@@ -2402,6 +2484,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
@@ -2442,15 +2525,20 @@ gst_tag_get_description
gst_tag_get_flag
gst_tag_is_fixed
gst_tag_list_new
-gst_tag_list_new_full
-gst_tag_list_new_full_valist
+gst_tag_list_new_empty
+gst_tag_list_new_valist
+gst_tag_list_new_from_string
+gst_tag_list_to_string
gst_is_tag_list
gst_tag_list_is_empty
+gst_tag_list_is_equal
gst_tag_list_copy
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
@@ -2460,20 +2548,12 @@ 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
gst_tag_list_get_int_index
gst_tag_list_get_uint
gst_tag_list_get_uint_index
-gst_tag_list_get_long
-gst_tag_list_get_long_index
-gst_tag_list_get_ulong
-gst_tag_list_get_ulong_index
gst_tag_list_get_int64
gst_tag_list_get_int64_index
gst_tag_list_get_uint64
@@ -2512,7 +2592,7 @@ gst_tag_merge_mode_get_type
<FILE>gsttagsetter</FILE>
<TITLE>GstTagSetter</TITLE>
GstTagSetter
-GstTagSetterIFace
+GstTagSetterInterface
gst_tag_setter_reset_tags
gst_tag_setter_merge_tags
gst_tag_setter_add_tags
@@ -2526,7 +2606,7 @@ gst_tag_setter_get_tag_merge_mode
<SUBSECTION Standard>
GST_TAG_SETTER
GST_IS_TAG_SETTER
-GST_TAG_SETTER_GET_IFACE
+GST_TAG_SETTER_GET_INTERFACE
GST_TYPE_TAG_SETTER
<SUBSECTION Private>
gst_tag_setter_get_type
@@ -2570,9 +2650,8 @@ GST_TASK_SIGNAL
GST_TASK_STATE
GST_TASK_WAIT
-gst_task_create
+gst_task_new
gst_task_set_lock
-gst_task_set_priority
gst_task_set_pool
gst_task_get_pool
@@ -2607,38 +2686,47 @@ gst_task_state_get_type
<SECTION>
-<FILE>gsttrace</FILE>
-<TITLE>GstTrace</TITLE>
-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
+<FILE>gsttoc</FILE>
+<TITLE>GstToc</TITLE>
+GstToc
+GstTocEntry
+GstTocEntryType
+gst_toc_entry_new
+gst_toc_entry_new_with_pad
+gst_toc_entry_free
+gst_toc_new
+gst_toc_free
+gst_toc_entry_copy
+gst_toc_copy
+gst_toc_find_entry
+gst_toc_entry_get_start_stop
+gst_toc_entry_set_start_stop
<SUBSECTION Standard>
-GST_TYPE_ALLOC_TRACE_FLAGS
-gst_alloc_trace_flags_get_type
+GST_TYPE_TOC_ENTRY_TYPE
<SUBSECTION Private>
-GstTraceEntry
+gst_toc_entry_type_get_type
+</SECTION>
+
+
+<SECTION>
+<FILE>gsttocsetter</FILE>
+<TITLE>GstTocSetter</TITLE>
+GstTocSetter
+GstTocSetterIFace
+gst_toc_setter_get_toc
+gst_toc_setter_get_toc_copy
+gst_toc_setter_reset_toc
+gst_toc_setter_set_toc
+gst_toc_setter_get_toc_entry
+gst_toc_setter_get_toc_entry_copy
+gst_toc_setter_add_toc_entry
+<SUBSECTION Standard>
+GST_IS_TOC_SETTER
+GST_TOC_SETTER
+GST_TOC_SETTER_GET_IFACE
+GST_TYPE_TOC_SETTER
+<SUBSECTION Private>
+gst_toc_setter_get_type
</SECTION>
@@ -2689,6 +2777,8 @@ gst_type_find_factory_get_type
GstURIHandler
GstURIHandlerInterface
GstURIType
+GstURIError
+gst_uri_error_quark
GST_URI_TYPE_IS_VALID
gst_uri_protocol_is_valid
gst_uri_protocol_is_supported
@@ -2703,13 +2793,15 @@ gst_uri_handler_get_uri_type
gst_uri_handler_get_protocols
gst_uri_handler_get_uri
gst_uri_handler_set_uri
-gst_uri_handler_new_uri
<SUBSECTION Standard>
GST_URI_HANDLER
GST_IS_URI_HANDLER
GST_URI_HANDLER_GET_INTERFACE
GST_TYPE_URI_HANDLER
GST_TYPE_URI_TYPE
+gst_uri_error_get_type
+GST_TYPE_URI_ERROR
+GST_URI_ERROR
<SUBSECTION Private>
gst_uri_handler_get_type
gst_uri_type_get_type
@@ -2777,7 +2869,6 @@ gst_print_element_args
gst_print_pad_caps
gst_guint64_to_gdouble
gst_gdouble_to_guint64
-gst_type_register_static_full
gst_util_dump_mem
gst_util_uint64_scale
gst_util_uint64_scale_round
@@ -2786,6 +2877,7 @@ gst_util_uint64_scale_int
gst_util_uint64_scale_int_round
gst_util_uint64_scale_int_ceil
gst_util_greatest_common_divisor
+gst_util_greatest_common_divisor_int64
gst_util_fraction_to_double
gst_util_double_to_fraction
gst_util_fraction_multiply
@@ -2845,6 +2937,14 @@ GST_TYPE_INT_RANGE
gst_value_set_int_range
gst_value_get_int_range_min
gst_value_get_int_range_max
+gst_value_set_int_range_step
+gst_value_get_int_range_step
+
+<SUBSECTION bitmask>
+GST_VALUE_HOLDS_BITMASK
+GST_TYPE_BITMASK
+gst_value_set_bitmask
+gst_value_get_bitmask
<SUBSECTION int64range>
GST_VALUE_HOLDS_INT64_RANGE
@@ -2852,6 +2952,8 @@ GST_TYPE_INT64_RANGE
gst_value_set_int64_range
gst_value_get_int64_range_min
gst_value_get_int64_range_max
+gst_value_set_int64_range_step
+gst_value_get_int64_range_step
<SUBSECTION doublerange>
GST_VALUE_HOLDS_DOUBLE_RANGE
@@ -2889,12 +2991,6 @@ gst_value_get_fraction_range_min
gst_value_get_fraction_range_max
gst_value_set_fraction_range_full
-<SUBSECTION date>
-GST_VALUE_HOLDS_DATE
-GST_TYPE_DATE
-gst_value_set_date
-gst_value_get_date
-
<SUBSECTION datetime>
GST_VALUE_HOLDS_DATE_TIME
@@ -2914,6 +3010,12 @@ gst_value_get_buffer
gst_value_set_buffer
gst_value_take_buffer
+<SUBSECTION sample>
+GST_VALUE_HOLDS_SAMPLE
+gst_value_get_sample
+gst_value_set_sample
+gst_value_take_sample
+
<SUBSECTION>
GST_VALUE_LESS_THAN
GST_VALUE_EQUAL
@@ -2923,9 +3025,6 @@ GST_VALUE_UNORDERED
GstValueCompareFunc
GstValueSerializeFunc
GstValueDeserializeFunc
-GstValueUnionFunc
-GstValueIntersectFunc
-GstValueSubtractFunc
GstValueTable
gst_value_is_fixed
@@ -2937,13 +3036,11 @@ gst_value_compare
gst_value_can_compare
gst_value_union
gst_value_can_union
-gst_value_register_union_func
gst_value_subtract
gst_value_can_subtract
-gst_value_register_subtract_func
gst_value_intersect
gst_value_can_intersect
-gst_value_register_intersect_func
+gst_value_is_subset
gst_value_array_append_value
gst_value_array_get_size
gst_value_array_get_value
@@ -2961,6 +3058,7 @@ gst_int_range_get_type
gst_int64_range_get_type
gst_value_array_get_type
gst_value_list_get_type
+gst_bitmask_get_type
</SECTION>
<SECTION>