mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
win32/common/: Add more missing symbols, remove some duplicates, and sort as the 'sort' command sorts it (partially f...
Original commit message from CVS: Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> * win32/common/libgstbase.def: * win32/common/libgstcontroller.def: * win32/common/libgstdataprotocol.def: * win32/common/libgstnet.def: * win32/common/libgstreamer.def: Add more missing symbols, remove some duplicates, and sort as the 'sort' command sorts it (partially fixes #493983).
This commit is contained in:
parent
d5432c2bff
commit
d8158bf121
6 changed files with 349 additions and 121 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
||||||
|
2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
|
||||||
|
|
||||||
|
* win32/common/libgstbase.def:
|
||||||
|
* win32/common/libgstcontroller.def:
|
||||||
|
* win32/common/libgstdataprotocol.def:
|
||||||
|
* win32/common/libgstnet.def:
|
||||||
|
* win32/common/libgstreamer.def:
|
||||||
|
Add more missing symbols, remove some duplicates, and sort
|
||||||
|
as the 'sort' command sorts it (partially fixes #493983).
|
||||||
|
|
||||||
2007-11-06 Wim Taymans <wim.taymans@gmail.com>
|
2007-11-06 Wim Taymans <wim.taymans@gmail.com>
|
||||||
|
|
||||||
* gst/gstelement.c: (gst_element_set_state_func):
|
* gst/gstelement.c: (gst_element_set_state_func):
|
||||||
|
|
|
@ -1,27 +1,35 @@
|
||||||
EXPORTS
|
EXPORTS
|
||||||
gst_adapter_new
|
|
||||||
gst_adapter_available
|
gst_adapter_available
|
||||||
gst_adapter_available_fast
|
gst_adapter_available_fast
|
||||||
gst_adapter_clear
|
gst_adapter_clear
|
||||||
gst_adapter_copy
|
gst_adapter_copy
|
||||||
gst_adapter_flush
|
gst_adapter_flush
|
||||||
gst_adapter_get_type
|
gst_adapter_get_type
|
||||||
|
gst_adapter_new
|
||||||
gst_adapter_peek
|
gst_adapter_peek
|
||||||
gst_adapter_push
|
gst_adapter_push
|
||||||
gst_adapter_take
|
gst_adapter_take
|
||||||
gst_adapter_take_buffer
|
gst_adapter_take_buffer
|
||||||
|
gst_base_sink_get_last_buffer
|
||||||
|
gst_base_sink_get_latency
|
||||||
gst_base_sink_get_max_lateness
|
gst_base_sink_get_max_lateness
|
||||||
gst_base_sink_get_sync
|
gst_base_sink_get_sync
|
||||||
|
gst_base_sink_get_ts_offset
|
||||||
gst_base_sink_get_type
|
gst_base_sink_get_type
|
||||||
gst_base_sink_get_latency
|
gst_base_sink_is_async_enabled
|
||||||
gst_base_sink_set_sync
|
|
||||||
gst_base_sink_is_qos_enabled
|
gst_base_sink_is_qos_enabled
|
||||||
gst_base_sink_set_qos_enabled
|
|
||||||
gst_base_sink_set_max_lateness
|
|
||||||
gst_base_sink_query_latency
|
gst_base_sink_query_latency
|
||||||
|
gst_base_sink_set_async_enabled
|
||||||
|
gst_base_sink_set_max_lateness
|
||||||
|
gst_base_sink_set_qos_enabled
|
||||||
|
gst_base_sink_set_sync
|
||||||
|
gst_base_sink_set_ts_offset
|
||||||
|
gst_base_sink_wait_eos
|
||||||
gst_base_sink_wait_preroll
|
gst_base_sink_wait_preroll
|
||||||
|
gst_base_src_get_do_timestamp
|
||||||
gst_base_src_get_type
|
gst_base_src_get_type
|
||||||
gst_base_src_is_live
|
gst_base_src_is_live
|
||||||
|
gst_base_src_query_latency
|
||||||
gst_base_src_set_do_timestamp
|
gst_base_src_set_do_timestamp
|
||||||
gst_base_src_set_format
|
gst_base_src_set_format
|
||||||
gst_base_src_set_live
|
gst_base_src_set_live
|
||||||
|
@ -34,15 +42,6 @@ EXPORTS
|
||||||
gst_base_transform_set_passthrough
|
gst_base_transform_set_passthrough
|
||||||
gst_base_transform_set_qos_enabled
|
gst_base_transform_set_qos_enabled
|
||||||
gst_base_transform_update_qos
|
gst_base_transform_update_qos
|
||||||
gst_data_queue_flush
|
|
||||||
gst_data_queue_get_level
|
|
||||||
gst_data_queue_is_empty
|
|
||||||
gst_data_queue_is_full
|
|
||||||
gst_data_queue_limits_changed
|
|
||||||
gst_data_queue_new
|
|
||||||
gst_data_queue_pop
|
|
||||||
gst_data_queue_push
|
|
||||||
gst_data_queue_set_flushing
|
|
||||||
gst_collect_pads_add_pad
|
gst_collect_pads_add_pad
|
||||||
gst_collect_pads_add_pad_full
|
gst_collect_pads_add_pad_full
|
||||||
gst_collect_pads_available
|
gst_collect_pads_available
|
||||||
|
@ -60,6 +59,17 @@ EXPORTS
|
||||||
gst_collect_pads_set_function
|
gst_collect_pads_set_function
|
||||||
gst_collect_pads_start
|
gst_collect_pads_start
|
||||||
gst_collect_pads_stop
|
gst_collect_pads_stop
|
||||||
|
gst_data_queue_drop_head
|
||||||
|
gst_data_queue_flush
|
||||||
|
gst_data_queue_get_level
|
||||||
|
gst_data_queue_get_type
|
||||||
|
gst_data_queue_is_empty
|
||||||
|
gst_data_queue_is_full
|
||||||
|
gst_data_queue_limits_changed
|
||||||
|
gst_data_queue_new
|
||||||
|
gst_data_queue_pop
|
||||||
|
gst_data_queue_push
|
||||||
|
gst_data_queue_set_flushing
|
||||||
gst_push_src_get_type
|
gst_push_src_get_type
|
||||||
gst_type_find_helper
|
gst_type_find_helper
|
||||||
gst_type_find_helper_for_buffer
|
gst_type_find_helper_for_buffer
|
||||||
|
|
|
@ -1,10 +1,15 @@
|
||||||
EXPORTS
|
EXPORTS
|
||||||
gst_controller_init
|
gst_control_source_bind
|
||||||
|
gst_control_source_get_type
|
||||||
|
gst_control_source_get_value
|
||||||
|
gst_control_source_get_value_array
|
||||||
gst_controller_get
|
gst_controller_get
|
||||||
gst_controller_get_all
|
gst_controller_get_all
|
||||||
|
gst_controller_get_control_source
|
||||||
gst_controller_get_type
|
gst_controller_get_type
|
||||||
gst_controller_get_value_array
|
gst_controller_get_value_array
|
||||||
gst_controller_get_value_arrays
|
gst_controller_get_value_arrays
|
||||||
|
gst_controller_init
|
||||||
gst_controller_new
|
gst_controller_new
|
||||||
gst_controller_new_list
|
gst_controller_new_list
|
||||||
gst_controller_new_valist
|
gst_controller_new_valist
|
||||||
|
@ -12,20 +17,36 @@ EXPORTS
|
||||||
gst_controller_remove_properties_list
|
gst_controller_remove_properties_list
|
||||||
gst_controller_remove_properties_valist
|
gst_controller_remove_properties_valist
|
||||||
gst_controller_set
|
gst_controller_set
|
||||||
|
gst_controller_set_control_source
|
||||||
|
gst_controller_set_disabled
|
||||||
gst_controller_set_from_list
|
gst_controller_set_from_list
|
||||||
gst_controller_set_interpolation_mode
|
gst_controller_set_interpolation_mode
|
||||||
|
gst_controller_set_property_disabled
|
||||||
|
gst_controller_suggest_next_sync
|
||||||
gst_controller_sync_values
|
gst_controller_sync_values
|
||||||
gst_controller_unset
|
gst_controller_unset
|
||||||
gst_controller_unset_all
|
gst_controller_unset_all
|
||||||
|
gst_interpolation_control_source_get_all
|
||||||
|
gst_interpolation_control_source_get_count
|
||||||
|
gst_interpolation_control_source_get_type
|
||||||
|
gst_interpolation_control_source_new
|
||||||
|
gst_interpolation_control_source_set
|
||||||
|
gst_interpolation_control_source_set_from_list
|
||||||
|
gst_interpolation_control_source_set_interpolation_mode
|
||||||
|
gst_interpolation_control_source_unset
|
||||||
|
gst_interpolation_control_source_unset_all
|
||||||
gst_lfo_control_source_get_type
|
gst_lfo_control_source_get_type
|
||||||
gst_lfo_control_source_new
|
gst_lfo_control_source_new
|
||||||
gst_lfo_waveform_get_type
|
gst_lfo_waveform_get_type
|
||||||
gst_object_control_properties
|
gst_object_control_properties
|
||||||
gst_object_get_controller
|
|
||||||
gst_object_get_control_rate
|
gst_object_get_control_rate
|
||||||
|
gst_object_get_control_source
|
||||||
|
gst_object_get_controller
|
||||||
gst_object_get_value_array
|
gst_object_get_value_array
|
||||||
gst_object_get_value_arrays
|
gst_object_get_value_arrays
|
||||||
gst_object_set_controller
|
|
||||||
gst_object_set_control_rate
|
gst_object_set_control_rate
|
||||||
|
gst_object_set_control_source
|
||||||
|
gst_object_set_controller
|
||||||
|
gst_object_suggest_next_sync
|
||||||
gst_object_sync_values
|
gst_object_sync_values
|
||||||
gst_object_uncontrol_properties
|
gst_object_uncontrol_properties
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
EXPORTS
|
EXPORTS
|
||||||
gst_dp_buffer_from_header
|
gst_dp_buffer_from_header
|
||||||
gst_dp_caps_from_packet
|
gst_dp_caps_from_packet
|
||||||
|
gst_dp_crc
|
||||||
|
gst_dp_dump_byte_array
|
||||||
gst_dp_event_from_packet
|
gst_dp_event_from_packet
|
||||||
|
gst_dp_header_from_buffer
|
||||||
gst_dp_header_payload_length
|
gst_dp_header_payload_length
|
||||||
gst_dp_header_payload_type
|
gst_dp_header_payload_type
|
||||||
gst_dp_init
|
gst_dp_init
|
||||||
gst_dp_packetizer_new
|
gst_dp_packet_from_caps
|
||||||
|
gst_dp_packet_from_event
|
||||||
gst_dp_packetizer_free
|
gst_dp_packetizer_free
|
||||||
|
gst_dp_packetizer_new
|
||||||
gst_dp_validate_header
|
gst_dp_validate_header
|
||||||
gst_dp_validate_packet
|
gst_dp_validate_packet
|
||||||
gst_dp_validate_payload
|
gst_dp_validate_payload
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
EXPORTS
|
EXPORTS
|
||||||
gst_net_client_clock_get_type
|
gst_net_client_clock_get_type
|
||||||
gst_net_client_clock_new
|
gst_net_client_clock_new
|
||||||
|
gst_net_time_packet_new
|
||||||
|
gst_net_time_packet_receive
|
||||||
|
gst_net_time_packet_send
|
||||||
|
gst_net_time_packet_serialize
|
||||||
gst_net_time_provider_get_type
|
gst_net_time_provider_get_type
|
||||||
gst_net_time_provider_new
|
gst_net_time_provider_new
|
|
@ -1,101 +1,4 @@
|
||||||
EXPORTS
|
EXPORTS
|
||||||
__gst_debug_min DATA
|
|
||||||
_gst_debug_category_new
|
|
||||||
_gst_debug_nameof_funcptr
|
|
||||||
_gst_debug_register_funcptr
|
|
||||||
_gst_element_error_printf
|
|
||||||
gst_activate_mode_get_type
|
|
||||||
gst_alloc_trace_available
|
|
||||||
gst_alloc_trace_flags_get_type
|
|
||||||
gst_alloc_trace_live_all
|
|
||||||
gst_alloc_trace_print_all
|
|
||||||
gst_alloc_trace_print_live
|
|
||||||
gst_alloc_trace_set_flags_all
|
|
||||||
gst_assoc_flags_get_type
|
|
||||||
gst_atomic_int_set
|
|
||||||
gst_bin_add
|
|
||||||
gst_bin_add_many
|
|
||||||
gst_bin_find_unconnected_pad
|
|
||||||
gst_bin_flags_get_type
|
|
||||||
gst_bin_get_by_interface
|
|
||||||
gst_bin_get_by_name
|
|
||||||
gst_bin_get_by_name_recurse_up
|
|
||||||
gst_bin_get_type
|
|
||||||
gst_bin_iterate_all_by_interface
|
|
||||||
gst_bin_iterate_elements
|
|
||||||
gst_bin_iterate_recurse
|
|
||||||
gst_bin_iterate_sinks
|
|
||||||
gst_bin_iterate_sorted
|
|
||||||
gst_bin_iterate_sources
|
|
||||||
gst_bin_new
|
|
||||||
gst_bin_remove
|
|
||||||
gst_buffer_copy_metadata
|
|
||||||
gst_buffer_create_sub
|
|
||||||
gst_buffer_flag_get_type
|
|
||||||
gst_buffer_get_caps
|
|
||||||
gst_buffer_get_type
|
|
||||||
gst_buffer_is_metadata_writable
|
|
||||||
gst_buffer_is_span_fast
|
|
||||||
gst_buffer_join
|
|
||||||
gst_buffer_make_metadata_writable
|
|
||||||
gst_buffer_merge
|
|
||||||
gst_buffer_new
|
|
||||||
gst_buffer_new_and_alloc
|
|
||||||
gst_buffer_set_caps
|
|
||||||
gst_buffer_span
|
|
||||||
gst_buffer_stamp
|
|
||||||
gst_bus_add_signal_watch
|
|
||||||
gst_bus_add_signal_watch_full
|
|
||||||
gst_bus_add_watch
|
|
||||||
gst_bus_add_watch_full
|
|
||||||
gst_bus_disable_sync_message_emission
|
|
||||||
gst_bus_enable_sync_message_emission
|
|
||||||
gst_bus_flags_get_type
|
|
||||||
gst_bus_get_type
|
|
||||||
gst_bus_have_pending
|
|
||||||
gst_bus_new
|
|
||||||
gst_bus_peek
|
|
||||||
gst_bus_poll
|
|
||||||
gst_bus_pop
|
|
||||||
gst_bus_post
|
|
||||||
gst_bus_remove_signal_watch
|
|
||||||
gst_bus_set_flushing
|
|
||||||
gst_bus_set_sync_handler
|
|
||||||
gst_bus_sync_reply_get_type
|
|
||||||
gst_caps_append
|
|
||||||
gst_caps_append_structure
|
|
||||||
gst_caps_copy
|
|
||||||
gst_caps_copy_nth
|
|
||||||
gst_caps_do_simplify
|
|
||||||
gst_caps_flags_get_type
|
|
||||||
gst_caps_from_string
|
|
||||||
gst_caps_get_size
|
|
||||||
gst_caps_get_structure
|
|
||||||
gst_caps_get_type
|
|
||||||
gst_caps_intersect
|
|
||||||
gst_caps_is_always_compatible
|
|
||||||
gst_caps_is_any
|
|
||||||
gst_caps_is_empty
|
|
||||||
gst_caps_is_equal
|
|
||||||
gst_caps_is_fixed
|
|
||||||
gst_caps_is_subset
|
|
||||||
gst_caps_make_writable
|
|
||||||
gst_caps_merge
|
|
||||||
gst_caps_merge_structure
|
|
||||||
gst_caps_new_any
|
|
||||||
gst_caps_new_empty
|
|
||||||
gst_caps_new_full
|
|
||||||
gst_caps_new_simple
|
|
||||||
gst_caps_normalize
|
|
||||||
gst_caps_ref
|
|
||||||
gst_caps_replace
|
|
||||||
gst_caps_set_simple
|
|
||||||
gst_caps_set_simple_valist
|
|
||||||
gst_caps_subtract
|
|
||||||
gst_caps_to_string
|
|
||||||
gst_caps_truncate
|
|
||||||
gst_caps_union
|
|
||||||
gst_caps_unref
|
|
||||||
GST_CAT_AUTOPLUG DATA
|
GST_CAT_AUTOPLUG DATA
|
||||||
GST_CAT_AUTOPLUG_ATTEMPT DATA
|
GST_CAT_AUTOPLUG_ATTEMPT DATA
|
||||||
GST_CAT_BUFFER DATA
|
GST_CAT_BUFFER DATA
|
||||||
|
@ -124,7 +27,145 @@ EXPORTS
|
||||||
GST_CAT_SCHEDULING DATA
|
GST_CAT_SCHEDULING DATA
|
||||||
GST_CAT_SIGNAL DATA
|
GST_CAT_SIGNAL DATA
|
||||||
GST_CAT_STATES DATA
|
GST_CAT_STATES DATA
|
||||||
|
GST_CAT_TYPES DATA
|
||||||
GST_CAT_XML DATA
|
GST_CAT_XML DATA
|
||||||
|
__gst_debug_enabled DATA
|
||||||
|
__gst_debug_min DATA
|
||||||
|
_gst_alloc_trace_register
|
||||||
|
_gst_debug_bin_to_dot_file
|
||||||
|
_gst_debug_bin_to_dot_file_with_ts
|
||||||
|
_gst_debug_category_new
|
||||||
|
_gst_debug_nameof_funcptr
|
||||||
|
_gst_debug_register_funcptr
|
||||||
|
_gst_element_error_printf
|
||||||
|
_gst_plugin_register_static
|
||||||
|
_gst_trace_add_entry
|
||||||
|
gst_activate_mode_get_type
|
||||||
|
gst_alloc_trace_available
|
||||||
|
gst_alloc_trace_flags_get_type
|
||||||
|
gst_alloc_trace_get
|
||||||
|
gst_alloc_trace_list
|
||||||
|
gst_alloc_trace_live_all
|
||||||
|
gst_alloc_trace_print
|
||||||
|
gst_alloc_trace_print_all
|
||||||
|
gst_alloc_trace_print_live
|
||||||
|
gst_alloc_trace_set_flags
|
||||||
|
gst_alloc_trace_set_flags_all
|
||||||
|
gst_assoc_flags_get_type
|
||||||
|
gst_atomic_int_set
|
||||||
|
gst_bin_add
|
||||||
|
gst_bin_add_many
|
||||||
|
gst_bin_child_proxy_get_children_count
|
||||||
|
gst_bin_find_unconnected_pad
|
||||||
|
gst_bin_flags_get_type
|
||||||
|
gst_bin_get_by_interface
|
||||||
|
gst_bin_get_by_name
|
||||||
|
gst_bin_get_by_name_recurse_up
|
||||||
|
gst_bin_get_type
|
||||||
|
gst_bin_iterate_all_by_interface
|
||||||
|
gst_bin_iterate_elements
|
||||||
|
gst_bin_iterate_recurse
|
||||||
|
gst_bin_iterate_sinks
|
||||||
|
gst_bin_iterate_sorted
|
||||||
|
gst_bin_iterate_sources
|
||||||
|
gst_bin_new
|
||||||
|
gst_bin_remove
|
||||||
|
gst_bin_remove_many
|
||||||
|
gst_buffer_copy_flags_get_type
|
||||||
|
gst_buffer_copy_metadata
|
||||||
|
gst_buffer_create_sub
|
||||||
|
gst_buffer_flag_get_type
|
||||||
|
gst_buffer_get_caps
|
||||||
|
gst_buffer_get_type
|
||||||
|
gst_buffer_is_metadata_writable
|
||||||
|
gst_buffer_is_span_fast
|
||||||
|
gst_buffer_join
|
||||||
|
gst_buffer_make_metadata_writable
|
||||||
|
gst_buffer_merge
|
||||||
|
gst_buffer_new
|
||||||
|
gst_buffer_new_and_alloc
|
||||||
|
gst_buffer_set_caps
|
||||||
|
gst_buffer_span
|
||||||
|
gst_buffer_stamp
|
||||||
|
gst_buffer_try_new_and_alloc
|
||||||
|
gst_bus_add_signal_watch
|
||||||
|
gst_bus_add_signal_watch_full
|
||||||
|
gst_bus_add_watch
|
||||||
|
gst_bus_add_watch_full
|
||||||
|
gst_bus_async_signal_func
|
||||||
|
gst_bus_create_watch
|
||||||
|
gst_bus_disable_sync_message_emission
|
||||||
|
gst_bus_enable_sync_message_emission
|
||||||
|
gst_bus_flags_get_type
|
||||||
|
gst_bus_get_type
|
||||||
|
gst_bus_have_pending
|
||||||
|
gst_bus_new
|
||||||
|
gst_bus_peek
|
||||||
|
gst_bus_poll
|
||||||
|
gst_bus_pop
|
||||||
|
gst_bus_pop_filtered
|
||||||
|
gst_bus_post
|
||||||
|
gst_bus_remove_signal_watch
|
||||||
|
gst_bus_set_flushing
|
||||||
|
gst_bus_set_sync_handler
|
||||||
|
gst_bus_sync_reply_get_type
|
||||||
|
gst_bus_sync_signal_handler
|
||||||
|
gst_bus_timed_pop
|
||||||
|
gst_bus_timed_pop_filtered
|
||||||
|
gst_caps_append
|
||||||
|
gst_caps_append_structure
|
||||||
|
gst_caps_copy
|
||||||
|
gst_caps_copy_nth
|
||||||
|
gst_caps_do_simplify
|
||||||
|
gst_caps_flags_get_type
|
||||||
|
gst_caps_from_string
|
||||||
|
gst_caps_get_size
|
||||||
|
gst_caps_get_structure
|
||||||
|
gst_caps_get_type
|
||||||
|
gst_caps_intersect
|
||||||
|
gst_caps_is_always_compatible
|
||||||
|
gst_caps_is_any
|
||||||
|
gst_caps_is_empty
|
||||||
|
gst_caps_is_equal
|
||||||
|
gst_caps_is_equal_fixed
|
||||||
|
gst_caps_is_fixed
|
||||||
|
gst_caps_is_subset
|
||||||
|
gst_caps_load_thyself
|
||||||
|
gst_caps_make_writable
|
||||||
|
gst_caps_merge
|
||||||
|
gst_caps_merge_structure
|
||||||
|
gst_caps_new_any
|
||||||
|
gst_caps_new_empty
|
||||||
|
gst_caps_new_full
|
||||||
|
gst_caps_new_full_valist
|
||||||
|
gst_caps_new_simple
|
||||||
|
gst_caps_normalize
|
||||||
|
gst_caps_ref
|
||||||
|
gst_caps_remove_structure
|
||||||
|
gst_caps_replace
|
||||||
|
gst_caps_save_thyself
|
||||||
|
gst_caps_set_simple
|
||||||
|
gst_caps_set_simple_valist
|
||||||
|
gst_caps_subtract
|
||||||
|
gst_caps_to_string
|
||||||
|
gst_caps_truncate
|
||||||
|
gst_caps_union
|
||||||
|
gst_caps_unref
|
||||||
|
gst_child_proxy_child_added
|
||||||
|
gst_child_proxy_child_removed
|
||||||
|
gst_child_proxy_get
|
||||||
|
gst_child_proxy_get_child_by_index
|
||||||
|
gst_child_proxy_get_child_by_name
|
||||||
|
gst_child_proxy_get_children_count
|
||||||
|
gst_child_proxy_get_property
|
||||||
|
gst_child_proxy_get_type
|
||||||
|
gst_child_proxy_get_valist
|
||||||
|
gst_child_proxy_lookup
|
||||||
|
gst_child_proxy_set
|
||||||
|
gst_child_proxy_set_property
|
||||||
|
gst_child_proxy_set_valist
|
||||||
|
gst_class_signal_connect
|
||||||
|
gst_class_signal_emit_by_name
|
||||||
gst_clock_add_observation
|
gst_clock_add_observation
|
||||||
gst_clock_adjust_unlocked
|
gst_clock_adjust_unlocked
|
||||||
gst_clock_entry_type_get_type
|
gst_clock_entry_type_get_type
|
||||||
|
@ -135,26 +176,47 @@ EXPORTS
|
||||||
gst_clock_get_resolution
|
gst_clock_get_resolution
|
||||||
gst_clock_get_time
|
gst_clock_get_time
|
||||||
gst_clock_get_type
|
gst_clock_get_type
|
||||||
|
gst_clock_id_compare_func
|
||||||
|
gst_clock_id_get_time
|
||||||
|
gst_clock_id_ref
|
||||||
gst_clock_id_unref
|
gst_clock_id_unref
|
||||||
gst_clock_id_unschedule
|
gst_clock_id_unschedule
|
||||||
gst_clock_id_wait
|
gst_clock_id_wait
|
||||||
|
gst_clock_id_wait_async
|
||||||
gst_clock_new_periodic_id
|
gst_clock_new_periodic_id
|
||||||
gst_clock_new_single_shot_id
|
gst_clock_new_single_shot_id
|
||||||
gst_clock_return_get_type
|
gst_clock_return_get_type
|
||||||
gst_clock_set_calibration
|
gst_clock_set_calibration
|
||||||
gst_clock_set_master
|
gst_clock_set_master
|
||||||
gst_clock_set_resolution
|
gst_clock_set_resolution
|
||||||
|
gst_clock_unadjust_unlocked
|
||||||
gst_core_error_get_type
|
gst_core_error_get_type
|
||||||
gst_core_error_quark
|
gst_core_error_quark
|
||||||
gst_date_get_type
|
gst_date_get_type
|
||||||
|
gst_debug_add_log_function
|
||||||
|
gst_debug_category_free
|
||||||
|
gst_debug_category_get_color
|
||||||
|
gst_debug_category_get_description
|
||||||
|
gst_debug_category_get_name
|
||||||
|
gst_debug_category_get_threshold
|
||||||
|
gst_debug_category_reset_threshold
|
||||||
|
gst_debug_category_set_threshold
|
||||||
gst_debug_color_flags_get_type
|
gst_debug_color_flags_get_type
|
||||||
gst_debug_construct_term_color
|
gst_debug_construct_term_color
|
||||||
|
gst_debug_get_all_categories
|
||||||
gst_debug_get_default_threshold
|
gst_debug_get_default_threshold
|
||||||
|
gst_debug_graph_details_get_type
|
||||||
gst_debug_is_active
|
gst_debug_is_active
|
||||||
gst_debug_is_colored
|
gst_debug_is_colored
|
||||||
|
gst_debug_level_get_name
|
||||||
gst_debug_level_get_type
|
gst_debug_level_get_type
|
||||||
gst_debug_log
|
gst_debug_log
|
||||||
|
gst_debug_log_default
|
||||||
gst_debug_log_valist
|
gst_debug_log_valist
|
||||||
|
gst_debug_message_get
|
||||||
|
gst_debug_print_stack_trace
|
||||||
|
gst_debug_remove_log_function
|
||||||
|
gst_debug_remove_log_function_by_data
|
||||||
gst_debug_set_active
|
gst_debug_set_active
|
||||||
gst_debug_set_colored
|
gst_debug_set_colored
|
||||||
gst_debug_set_default_threshold
|
gst_debug_set_default_threshold
|
||||||
|
@ -165,9 +227,11 @@ EXPORTS
|
||||||
gst_double_range_get_type
|
gst_double_range_get_type
|
||||||
gst_element_abort_state
|
gst_element_abort_state
|
||||||
gst_element_add_pad
|
gst_element_add_pad
|
||||||
|
gst_element_change_state
|
||||||
gst_element_class_add_pad_template
|
gst_element_class_add_pad_template
|
||||||
gst_element_class_get_pad_template
|
gst_element_class_get_pad_template
|
||||||
gst_element_class_get_pad_template_list
|
gst_element_class_get_pad_template_list
|
||||||
|
gst_element_class_install_std_props
|
||||||
gst_element_class_set_details
|
gst_element_class_set_details
|
||||||
gst_element_class_set_details_simple
|
gst_element_class_set_details_simple
|
||||||
gst_element_continue_state
|
gst_element_continue_state
|
||||||
|
@ -230,6 +294,7 @@ EXPORTS
|
||||||
gst_element_register
|
gst_element_register
|
||||||
gst_element_release_request_pad
|
gst_element_release_request_pad
|
||||||
gst_element_remove_pad
|
gst_element_remove_pad
|
||||||
|
gst_element_request_compatible_pad
|
||||||
gst_element_requires_clock
|
gst_element_requires_clock
|
||||||
gst_element_seek
|
gst_element_seek
|
||||||
gst_element_seek_simple
|
gst_element_seek_simple
|
||||||
|
@ -244,6 +309,7 @@ EXPORTS
|
||||||
gst_element_state_get_name
|
gst_element_state_get_name
|
||||||
gst_element_sync_state_with_parent
|
gst_element_sync_state_with_parent
|
||||||
gst_element_unlink
|
gst_element_unlink
|
||||||
|
gst_element_unlink_many
|
||||||
gst_element_unlink_pads
|
gst_element_unlink_pads
|
||||||
gst_error_get_message
|
gst_error_get_message
|
||||||
gst_event_get_structure
|
gst_event_get_structure
|
||||||
|
@ -253,6 +319,7 @@ EXPORTS
|
||||||
gst_event_new_eos
|
gst_event_new_eos
|
||||||
gst_event_new_flush_start
|
gst_event_new_flush_start
|
||||||
gst_event_new_flush_stop
|
gst_event_new_flush_stop
|
||||||
|
gst_event_new_latency
|
||||||
gst_event_new_navigation
|
gst_event_new_navigation
|
||||||
gst_event_new_new_segment
|
gst_event_new_new_segment
|
||||||
gst_event_new_new_segment_full
|
gst_event_new_new_segment_full
|
||||||
|
@ -260,23 +327,28 @@ EXPORTS
|
||||||
gst_event_new_seek
|
gst_event_new_seek
|
||||||
gst_event_new_tag
|
gst_event_new_tag
|
||||||
gst_event_parse_buffer_size
|
gst_event_parse_buffer_size
|
||||||
|
gst_event_parse_latency
|
||||||
gst_event_parse_new_segment
|
gst_event_parse_new_segment
|
||||||
gst_event_parse_new_segment_full
|
gst_event_parse_new_segment_full
|
||||||
gst_event_parse_latency
|
|
||||||
gst_event_parse_qos
|
gst_event_parse_qos
|
||||||
gst_event_parse_seek
|
gst_event_parse_seek
|
||||||
gst_event_parse_tag
|
gst_event_parse_tag
|
||||||
gst_event_type_flags_get_type
|
gst_event_type_flags_get_type
|
||||||
|
gst_event_type_get_flags
|
||||||
gst_event_type_get_name
|
gst_event_type_get_name
|
||||||
gst_event_type_get_type
|
gst_event_type_get_type
|
||||||
|
gst_event_type_to_quark
|
||||||
|
gst_filter_run
|
||||||
gst_flow_get_name
|
gst_flow_get_name
|
||||||
gst_flow_return_get_type
|
gst_flow_return_get_type
|
||||||
|
gst_flow_to_quark
|
||||||
gst_format_get_by_nick
|
gst_format_get_by_nick
|
||||||
gst_format_get_details
|
gst_format_get_details
|
||||||
gst_format_get_name
|
gst_format_get_name
|
||||||
gst_format_get_type
|
gst_format_get_type
|
||||||
gst_format_iterate_definitions
|
gst_format_iterate_definitions
|
||||||
gst_format_register
|
gst_format_register
|
||||||
|
gst_format_to_quark
|
||||||
gst_formats_contains
|
gst_formats_contains
|
||||||
gst_fourcc_get_type
|
gst_fourcc_get_type
|
||||||
gst_fraction_get_type
|
gst_fraction_get_type
|
||||||
|
@ -285,19 +357,23 @@ EXPORTS
|
||||||
gst_ghost_pad_get_target
|
gst_ghost_pad_get_target
|
||||||
gst_ghost_pad_get_type
|
gst_ghost_pad_get_type
|
||||||
gst_ghost_pad_new
|
gst_ghost_pad_new
|
||||||
|
gst_ghost_pad_new_from_template
|
||||||
gst_ghost_pad_new_no_target
|
gst_ghost_pad_new_no_target
|
||||||
gst_ghost_pad_new_no_target_from_template
|
gst_ghost_pad_new_no_target_from_template
|
||||||
gst_ghost_pad_new_from_template
|
|
||||||
gst_ghost_pad_set_target
|
gst_ghost_pad_set_target
|
||||||
gst_implements_interface_cast
|
gst_implements_interface_cast
|
||||||
gst_implements_interface_check
|
gst_implements_interface_check
|
||||||
gst_implements_interface_get_type
|
gst_implements_interface_get_type
|
||||||
gst_index_add_association
|
gst_index_add_association
|
||||||
|
gst_index_add_associationv
|
||||||
gst_index_add_format
|
gst_index_add_format
|
||||||
gst_index_add_id
|
gst_index_add_id
|
||||||
|
gst_index_add_object
|
||||||
gst_index_certainty_get_type
|
gst_index_certainty_get_type
|
||||||
gst_index_commit
|
gst_index_commit
|
||||||
gst_index_entry_assoc_map
|
gst_index_entry_assoc_map
|
||||||
|
gst_index_entry_copy
|
||||||
|
gst_index_entry_free
|
||||||
gst_index_entry_get_type
|
gst_index_entry_get_type
|
||||||
gst_index_entry_type_get_type
|
gst_index_entry_type_get_type
|
||||||
gst_index_factory_create
|
gst_index_factory_create
|
||||||
|
@ -308,24 +384,33 @@ EXPORTS
|
||||||
gst_index_factory_new
|
gst_index_factory_new
|
||||||
gst_index_flags_get_type
|
gst_index_flags_get_type
|
||||||
gst_index_get_assoc_entry
|
gst_index_get_assoc_entry
|
||||||
|
gst_index_get_assoc_entry_full
|
||||||
gst_index_get_certainty
|
gst_index_get_certainty
|
||||||
gst_index_get_group
|
gst_index_get_group
|
||||||
gst_index_get_type
|
gst_index_get_type
|
||||||
gst_index_get_writer_id
|
gst_index_get_writer_id
|
||||||
gst_index_lookup_method_get_type
|
gst_index_lookup_method_get_type
|
||||||
|
gst_index_new
|
||||||
gst_index_new_group
|
gst_index_new_group
|
||||||
gst_index_resolver_method_get_type
|
gst_index_resolver_method_get_type
|
||||||
gst_index_set_certainty
|
gst_index_set_certainty
|
||||||
|
gst_index_set_filter
|
||||||
|
gst_index_set_filter_full
|
||||||
gst_index_set_group
|
gst_index_set_group
|
||||||
|
gst_index_set_resolver
|
||||||
gst_init
|
gst_init
|
||||||
gst_init_check
|
gst_init_check
|
||||||
gst_init_get_option_group
|
gst_init_get_option_group
|
||||||
gst_int_range_get_type
|
gst_int_range_get_type
|
||||||
gst_is_tag_list
|
gst_is_tag_list
|
||||||
|
gst_iterator_filter
|
||||||
|
gst_iterator_find_custom
|
||||||
gst_iterator_fold
|
gst_iterator_fold
|
||||||
gst_iterator_foreach
|
gst_iterator_foreach
|
||||||
gst_iterator_free
|
gst_iterator_free
|
||||||
gst_iterator_item_get_type
|
gst_iterator_item_get_type
|
||||||
|
gst_iterator_new
|
||||||
|
gst_iterator_new_list
|
||||||
gst_iterator_next
|
gst_iterator_next
|
||||||
gst_iterator_push
|
gst_iterator_push
|
||||||
gst_iterator_result_get_type
|
gst_iterator_result_get_type
|
||||||
|
@ -333,8 +418,19 @@ EXPORTS
|
||||||
gst_library_error_get_type
|
gst_library_error_get_type
|
||||||
gst_library_error_quark
|
gst_library_error_quark
|
||||||
gst_marshal_BOOLEAN__POINTER
|
gst_marshal_BOOLEAN__POINTER
|
||||||
|
gst_marshal_BOOLEAN__VOID
|
||||||
|
gst_marshal_BOXED__BOXED
|
||||||
|
gst_marshal_POINTER__POINTER
|
||||||
|
gst_marshal_VOID__BOXED_OBJECT
|
||||||
|
gst_marshal_VOID__INT64
|
||||||
gst_marshal_VOID__INT_INT
|
gst_marshal_VOID__INT_INT
|
||||||
|
gst_marshal_VOID__OBJECT_BOXED
|
||||||
|
gst_marshal_VOID__OBJECT_BOXED_STRING
|
||||||
gst_marshal_VOID__OBJECT_OBJECT
|
gst_marshal_VOID__OBJECT_OBJECT
|
||||||
|
gst_marshal_VOID__OBJECT_OBJECT_STRING
|
||||||
|
gst_marshal_VOID__OBJECT_PARAM
|
||||||
|
gst_marshal_VOID__OBJECT_POINTER
|
||||||
|
gst_marshal_VOID__OBJECT_STRING
|
||||||
gst_marshal_VOID__POINTER_OBJECT
|
gst_marshal_VOID__POINTER_OBJECT
|
||||||
gst_marshal_VOID__UINT_BOXED
|
gst_marshal_VOID__UINT_BOXED
|
||||||
gst_message_get_structure
|
gst_message_get_structure
|
||||||
|
@ -359,6 +455,7 @@ EXPORTS
|
||||||
gst_message_new_state_dirty
|
gst_message_new_state_dirty
|
||||||
gst_message_new_tag
|
gst_message_new_tag
|
||||||
gst_message_new_warning
|
gst_message_new_warning
|
||||||
|
gst_message_parse_async_start
|
||||||
gst_message_parse_buffering
|
gst_message_parse_buffering
|
||||||
gst_message_parse_clock_lost
|
gst_message_parse_clock_lost
|
||||||
gst_message_parse_clock_provide
|
gst_message_parse_clock_provide
|
||||||
|
@ -373,6 +470,7 @@ EXPORTS
|
||||||
gst_message_parse_warning
|
gst_message_parse_warning
|
||||||
gst_message_type_get_name
|
gst_message_type_get_name
|
||||||
gst_message_type_get_type
|
gst_message_type_get_type
|
||||||
|
gst_message_type_to_quark
|
||||||
gst_mini_object_copy
|
gst_mini_object_copy
|
||||||
gst_mini_object_flags_get_type
|
gst_mini_object_flags_get_type
|
||||||
gst_mini_object_get_type
|
gst_mini_object_get_type
|
||||||
|
@ -382,6 +480,7 @@ EXPORTS
|
||||||
gst_mini_object_ref
|
gst_mini_object_ref
|
||||||
gst_mini_object_replace
|
gst_mini_object_replace
|
||||||
gst_mini_object_unref
|
gst_mini_object_unref
|
||||||
|
gst_object_check_uniqueness
|
||||||
gst_object_default_deep_notify
|
gst_object_default_deep_notify
|
||||||
gst_object_default_error
|
gst_object_default_error
|
||||||
gst_object_flags_get_type
|
gst_object_flags_get_type
|
||||||
|
@ -393,10 +492,11 @@ EXPORTS
|
||||||
gst_object_has_ancestor
|
gst_object_has_ancestor
|
||||||
gst_object_ref
|
gst_object_ref
|
||||||
gst_object_replace
|
gst_object_replace
|
||||||
|
gst_object_restore_thyself
|
||||||
|
gst_object_save_thyself
|
||||||
gst_object_set_name
|
gst_object_set_name
|
||||||
gst_object_set_name_prefix
|
gst_object_set_name_prefix
|
||||||
gst_object_set_parent
|
gst_object_set_parent
|
||||||
gst_object_set_parent
|
|
||||||
gst_object_sink
|
gst_object_sink
|
||||||
gst_object_unparent
|
gst_object_unparent
|
||||||
gst_object_unref
|
gst_object_unref
|
||||||
|
@ -412,6 +512,7 @@ EXPORTS
|
||||||
gst_pad_chain
|
gst_pad_chain
|
||||||
gst_pad_check_pull_range
|
gst_pad_check_pull_range
|
||||||
gst_pad_direction_get_type
|
gst_pad_direction_get_type
|
||||||
|
gst_pad_dispatcher
|
||||||
gst_pad_event_default
|
gst_pad_event_default
|
||||||
gst_pad_fixate_caps
|
gst_pad_fixate_caps
|
||||||
gst_pad_flags_get_type
|
gst_pad_flags_get_type
|
||||||
|
@ -437,12 +538,14 @@ EXPORTS
|
||||||
gst_pad_is_linked
|
gst_pad_is_linked
|
||||||
gst_pad_link
|
gst_pad_link
|
||||||
gst_pad_link_return_get_type
|
gst_pad_link_return_get_type
|
||||||
|
gst_pad_load_and_link
|
||||||
gst_pad_new
|
gst_pad_new
|
||||||
gst_pad_new_from_static_template
|
gst_pad_new_from_static_template
|
||||||
gst_pad_new_from_template
|
gst_pad_new_from_template
|
||||||
gst_pad_pause_task
|
gst_pad_pause_task
|
||||||
gst_pad_peer_accept_caps
|
gst_pad_peer_accept_caps
|
||||||
gst_pad_peer_get_caps
|
gst_pad_peer_get_caps
|
||||||
|
gst_pad_peer_query
|
||||||
gst_pad_presence_get_type
|
gst_pad_presence_get_type
|
||||||
gst_pad_proxy_getcaps
|
gst_pad_proxy_getcaps
|
||||||
gst_pad_proxy_setcaps
|
gst_pad_proxy_setcaps
|
||||||
|
@ -453,10 +556,10 @@ EXPORTS
|
||||||
gst_pad_query_convert
|
gst_pad_query_convert
|
||||||
gst_pad_query_default
|
gst_pad_query_default
|
||||||
gst_pad_query_duration
|
gst_pad_query_duration
|
||||||
gst_pad_query_position
|
|
||||||
gst_pad_query_peer_convert
|
gst_pad_query_peer_convert
|
||||||
gst_pad_query_peer_duration
|
gst_pad_query_peer_duration
|
||||||
gst_pad_query_peer_position
|
gst_pad_query_peer_position
|
||||||
|
gst_pad_query_position
|
||||||
gst_pad_remove_buffer_probe
|
gst_pad_remove_buffer_probe
|
||||||
gst_pad_remove_data_probe
|
gst_pad_remove_data_probe
|
||||||
gst_pad_remove_event_probe
|
gst_pad_remove_event_probe
|
||||||
|
@ -492,10 +595,12 @@ EXPORTS
|
||||||
gst_pad_template_pad_created
|
gst_pad_template_pad_created
|
||||||
gst_pad_unlink
|
gst_pad_unlink
|
||||||
gst_pad_use_fixed_caps
|
gst_pad_use_fixed_caps
|
||||||
|
gst_param_spec_fraction
|
||||||
gst_param_spec_fraction_get_type
|
gst_param_spec_fraction_get_type
|
||||||
gst_param_spec_mini_object
|
gst_param_spec_mini_object
|
||||||
gst_parse_bin_from_description
|
gst_parse_bin_from_description
|
||||||
gst_parse_error_get_type
|
gst_parse_error_get_type
|
||||||
|
gst_parse_error_quark
|
||||||
gst_parse_launch
|
gst_parse_launch
|
||||||
gst_parse_launchv
|
gst_parse_launchv
|
||||||
gst_pipeline_auto_clock
|
gst_pipeline_auto_clock
|
||||||
|
@ -513,6 +618,7 @@ EXPORTS
|
||||||
gst_pipeline_set_new_stream_time
|
gst_pipeline_set_new_stream_time
|
||||||
gst_pipeline_use_clock
|
gst_pipeline_use_clock
|
||||||
gst_plugin_error_get_type
|
gst_plugin_error_get_type
|
||||||
|
gst_plugin_error_quark
|
||||||
gst_plugin_feature_check_version
|
gst_plugin_feature_check_version
|
||||||
gst_plugin_feature_get_name
|
gst_plugin_feature_get_name
|
||||||
gst_plugin_feature_get_rank
|
gst_plugin_feature_get_rank
|
||||||
|
@ -521,10 +627,12 @@ EXPORTS
|
||||||
gst_plugin_feature_load
|
gst_plugin_feature_load
|
||||||
gst_plugin_feature_set_name
|
gst_plugin_feature_set_name
|
||||||
gst_plugin_feature_set_rank
|
gst_plugin_feature_set_rank
|
||||||
|
gst_plugin_feature_type_name_filter
|
||||||
gst_plugin_flags_get_type
|
gst_plugin_flags_get_type
|
||||||
gst_plugin_get_description
|
gst_plugin_get_description
|
||||||
gst_plugin_get_filename
|
gst_plugin_get_filename
|
||||||
gst_plugin_get_license
|
gst_plugin_get_license
|
||||||
|
gst_plugin_get_module
|
||||||
gst_plugin_get_name
|
gst_plugin_get_name
|
||||||
gst_plugin_get_origin
|
gst_plugin_get_origin
|
||||||
gst_plugin_get_package
|
gst_plugin_get_package
|
||||||
|
@ -537,6 +645,8 @@ EXPORTS
|
||||||
gst_plugin_load_by_name
|
gst_plugin_load_by_name
|
||||||
gst_plugin_load_file
|
gst_plugin_load_file
|
||||||
gst_plugin_name_filter
|
gst_plugin_name_filter
|
||||||
|
gst_print_element_args
|
||||||
|
gst_print_pad_caps
|
||||||
gst_query_get_structure
|
gst_query_get_structure
|
||||||
gst_query_get_type
|
gst_query_get_type
|
||||||
gst_query_new_application
|
gst_query_new_application
|
||||||
|
@ -569,8 +679,11 @@ EXPORTS
|
||||||
gst_query_type_get_type
|
gst_query_type_get_type
|
||||||
gst_query_type_iterate_definitions
|
gst_query_type_iterate_definitions
|
||||||
gst_query_type_register
|
gst_query_type_register
|
||||||
|
gst_query_type_to_quark
|
||||||
|
gst_query_types_contains
|
||||||
gst_rank_get_type
|
gst_rank_get_type
|
||||||
gst_registry_add_feature
|
gst_registry_add_feature
|
||||||
|
gst_registry_add_path
|
||||||
gst_registry_add_plugin
|
gst_registry_add_plugin
|
||||||
gst_registry_feature_filter
|
gst_registry_feature_filter
|
||||||
gst_registry_find_feature
|
gst_registry_find_feature
|
||||||
|
@ -585,6 +698,7 @@ EXPORTS
|
||||||
gst_registry_get_type
|
gst_registry_get_type
|
||||||
gst_registry_lookup
|
gst_registry_lookup
|
||||||
gst_registry_lookup_feature
|
gst_registry_lookup_feature
|
||||||
|
gst_registry_plugin_filter
|
||||||
gst_registry_remove_feature
|
gst_registry_remove_feature
|
||||||
gst_registry_remove_plugin
|
gst_registry_remove_plugin
|
||||||
gst_registry_scan_path
|
gst_registry_scan_path
|
||||||
|
@ -628,12 +742,16 @@ EXPORTS
|
||||||
gst_structure_free
|
gst_structure_free
|
||||||
gst_structure_from_string
|
gst_structure_from_string
|
||||||
gst_structure_get_boolean
|
gst_structure_get_boolean
|
||||||
|
gst_structure_get_clock_time
|
||||||
|
gst_structure_get_date
|
||||||
gst_structure_get_double
|
gst_structure_get_double
|
||||||
|
gst_structure_get_enum
|
||||||
gst_structure_get_field_type
|
gst_structure_get_field_type
|
||||||
gst_structure_get_fourcc
|
gst_structure_get_fourcc
|
||||||
gst_structure_get_fraction
|
gst_structure_get_fraction
|
||||||
gst_structure_get_int
|
gst_structure_get_int
|
||||||
gst_structure_get_name
|
gst_structure_get_name
|
||||||
|
gst_structure_get_name_id
|
||||||
gst_structure_get_string
|
gst_structure_get_string
|
||||||
gst_structure_get_type
|
gst_structure_get_type
|
||||||
gst_structure_get_uint
|
gst_structure_get_uint
|
||||||
|
@ -641,9 +759,12 @@ EXPORTS
|
||||||
gst_structure_has_field
|
gst_structure_has_field
|
||||||
gst_structure_has_field_typed
|
gst_structure_has_field_typed
|
||||||
gst_structure_has_name
|
gst_structure_has_name
|
||||||
|
gst_structure_id_empty_new
|
||||||
|
gst_structure_id_get_value
|
||||||
gst_structure_id_set
|
gst_structure_id_set
|
||||||
gst_structure_id_set_valist
|
gst_structure_id_set_valist
|
||||||
gst_structure_id_set_value
|
gst_structure_id_set_value
|
||||||
|
gst_structure_map_in_place
|
||||||
gst_structure_n_fields
|
gst_structure_n_fields
|
||||||
gst_structure_new
|
gst_structure_new
|
||||||
gst_structure_new_valist
|
gst_structure_new_valist
|
||||||
|
@ -651,8 +772,10 @@ EXPORTS
|
||||||
gst_structure_remove_all_fields
|
gst_structure_remove_all_fields
|
||||||
gst_structure_remove_field
|
gst_structure_remove_field
|
||||||
gst_structure_remove_fields
|
gst_structure_remove_fields
|
||||||
|
gst_structure_remove_fields_valist
|
||||||
gst_structure_set
|
gst_structure_set
|
||||||
gst_structure_set_name
|
gst_structure_set_name
|
||||||
|
gst_structure_set_parent_refcount
|
||||||
gst_structure_set_valist
|
gst_structure_set_valist
|
||||||
gst_structure_set_value
|
gst_structure_set_value
|
||||||
gst_structure_to_string
|
gst_structure_to_string
|
||||||
|
@ -666,36 +789,63 @@ EXPORTS
|
||||||
gst_tag_get_type
|
gst_tag_get_type
|
||||||
gst_tag_is_fixed
|
gst_tag_is_fixed
|
||||||
gst_tag_list_add
|
gst_tag_list_add
|
||||||
|
gst_tag_list_add_valist
|
||||||
|
gst_tag_list_add_valist_values
|
||||||
gst_tag_list_add_values
|
gst_tag_list_add_values
|
||||||
gst_tag_list_copy
|
gst_tag_list_copy
|
||||||
gst_tag_list_copy_value
|
gst_tag_list_copy_value
|
||||||
gst_tag_list_foreach
|
gst_tag_list_foreach
|
||||||
gst_tag_list_free
|
gst_tag_list_free
|
||||||
|
gst_tag_list_get_boolean
|
||||||
|
gst_tag_list_get_boolean_index
|
||||||
gst_tag_list_get_char
|
gst_tag_list_get_char
|
||||||
|
gst_tag_list_get_char_index
|
||||||
gst_tag_list_get_date
|
gst_tag_list_get_date
|
||||||
gst_tag_list_get_date_index
|
gst_tag_list_get_date_index
|
||||||
|
gst_tag_list_get_double
|
||||||
gst_tag_list_get_double_index
|
gst_tag_list_get_double_index
|
||||||
|
gst_tag_list_get_float
|
||||||
|
gst_tag_list_get_float_index
|
||||||
gst_tag_list_get_int
|
gst_tag_list_get_int
|
||||||
|
gst_tag_list_get_int64
|
||||||
|
gst_tag_list_get_int64_index
|
||||||
|
gst_tag_list_get_int_index
|
||||||
|
gst_tag_list_get_long
|
||||||
|
gst_tag_list_get_long_index
|
||||||
|
gst_tag_list_get_pointer
|
||||||
|
gst_tag_list_get_pointer_index
|
||||||
gst_tag_list_get_string
|
gst_tag_list_get_string
|
||||||
gst_tag_list_get_string_index
|
gst_tag_list_get_string_index
|
||||||
gst_tag_list_get_tag_size
|
gst_tag_list_get_tag_size
|
||||||
gst_tag_list_get_type
|
gst_tag_list_get_type
|
||||||
|
gst_tag_list_get_uchar
|
||||||
|
gst_tag_list_get_uchar_index
|
||||||
gst_tag_list_get_uint
|
gst_tag_list_get_uint
|
||||||
|
gst_tag_list_get_uint64
|
||||||
|
gst_tag_list_get_uint64_index
|
||||||
gst_tag_list_get_uint_index
|
gst_tag_list_get_uint_index
|
||||||
|
gst_tag_list_get_ulong
|
||||||
|
gst_tag_list_get_ulong_index
|
||||||
gst_tag_list_get_value_index
|
gst_tag_list_get_value_index
|
||||||
gst_tag_list_insert
|
gst_tag_list_insert
|
||||||
gst_tag_list_is_empty
|
gst_tag_list_is_empty
|
||||||
gst_tag_list_merge
|
gst_tag_list_merge
|
||||||
gst_tag_list_new
|
gst_tag_list_new
|
||||||
|
gst_tag_list_remove_tag
|
||||||
gst_tag_merge_mode_get_type
|
gst_tag_merge_mode_get_type
|
||||||
gst_tag_merge_strings_with_comma
|
gst_tag_merge_strings_with_comma
|
||||||
gst_tag_merge_use_first
|
gst_tag_merge_use_first
|
||||||
gst_tag_register
|
gst_tag_register
|
||||||
|
gst_tag_setter_add_tag_valist
|
||||||
|
gst_tag_setter_add_tag_valist_values
|
||||||
|
gst_tag_setter_add_tag_values
|
||||||
|
gst_tag_setter_add_tags
|
||||||
gst_tag_setter_get_tag_list
|
gst_tag_setter_get_tag_list
|
||||||
gst_tag_setter_get_tag_merge_mode
|
gst_tag_setter_get_tag_merge_mode
|
||||||
gst_tag_setter_get_type
|
gst_tag_setter_get_type
|
||||||
gst_tag_setter_merge_tags
|
gst_tag_setter_merge_tags
|
||||||
gst_tag_setter_set_tag_merge_mode
|
gst_tag_setter_set_tag_merge_mode
|
||||||
|
gst_task_cleanup_all
|
||||||
gst_task_create
|
gst_task_create
|
||||||
gst_task_get_state
|
gst_task_get_state
|
||||||
gst_task_get_type
|
gst_task_get_type
|
||||||
|
@ -705,8 +855,15 @@ EXPORTS
|
||||||
gst_task_start
|
gst_task_start
|
||||||
gst_task_state_get_type
|
gst_task_state_get_type
|
||||||
gst_task_stop
|
gst_task_stop
|
||||||
|
gst_trace_destroy
|
||||||
|
gst_trace_flush
|
||||||
|
gst_trace_new
|
||||||
|
gst_trace_read_tsc
|
||||||
|
gst_trace_set_default
|
||||||
|
gst_trace_text_flush
|
||||||
gst_type_find_factory_call_function
|
gst_type_find_factory_call_function
|
||||||
gst_type_find_factory_get_caps
|
gst_type_find_factory_get_caps
|
||||||
|
gst_type_find_factory_get_extensions
|
||||||
gst_type_find_factory_get_list
|
gst_type_find_factory_get_list
|
||||||
gst_type_find_factory_get_type
|
gst_type_find_factory_get_type
|
||||||
gst_type_find_get_length
|
gst_type_find_get_length
|
||||||
|
@ -722,29 +879,37 @@ EXPORTS
|
||||||
gst_uri_get_protocol
|
gst_uri_get_protocol
|
||||||
gst_uri_handler_get_protocols
|
gst_uri_handler_get_protocols
|
||||||
gst_uri_handler_get_type
|
gst_uri_handler_get_type
|
||||||
gst_uri_handler_get_type
|
|
||||||
gst_uri_handler_get_uri
|
gst_uri_handler_get_uri
|
||||||
gst_uri_handler_get_uri_type
|
gst_uri_handler_get_uri_type
|
||||||
gst_uri_handler_new_uri
|
gst_uri_handler_new_uri
|
||||||
gst_uri_handler_set_uri
|
gst_uri_handler_set_uri
|
||||||
gst_uri_has_protocol
|
gst_uri_has_protocol
|
||||||
gst_uri_is_valid
|
gst_uri_is_valid
|
||||||
|
gst_uri_protocol_is_supported
|
||||||
gst_uri_protocol_is_valid
|
gst_uri_protocol_is_valid
|
||||||
gst_uri_type_get_type
|
gst_uri_type_get_type
|
||||||
gst_util_dump_mem
|
gst_util_dump_mem
|
||||||
gst_util_gdouble_to_guint64
|
gst_util_gdouble_to_guint64
|
||||||
gst_util_guint64_to_gdouble
|
gst_util_guint64_to_gdouble
|
||||||
gst_util_set_object_arg
|
gst_util_set_object_arg
|
||||||
|
gst_util_set_value_from_string
|
||||||
gst_util_uint64_scale
|
gst_util_uint64_scale
|
||||||
gst_util_uint64_scale_int
|
gst_util_uint64_scale_int
|
||||||
gst_value_array_append_value
|
gst_value_array_append_value
|
||||||
gst_value_array_get_size
|
gst_value_array_get_size
|
||||||
gst_value_array_get_type
|
gst_value_array_get_type
|
||||||
gst_value_array_get_value
|
gst_value_array_get_value
|
||||||
|
gst_value_array_prepend_value
|
||||||
|
gst_value_can_compare
|
||||||
|
gst_value_can_intersect
|
||||||
|
gst_value_can_subtract
|
||||||
|
gst_value_can_union
|
||||||
gst_value_compare
|
gst_value_compare
|
||||||
gst_value_deserialize
|
gst_value_deserialize
|
||||||
gst_value_fraction_multiply
|
gst_value_fraction_multiply
|
||||||
|
gst_value_fraction_subtract
|
||||||
gst_value_get_caps
|
gst_value_get_caps
|
||||||
|
gst_value_get_date
|
||||||
gst_value_get_double_range_max
|
gst_value_get_double_range_max
|
||||||
gst_value_get_double_range_min
|
gst_value_get_double_range_min
|
||||||
gst_value_get_fourcc
|
gst_value_get_fourcc
|
||||||
|
@ -755,13 +920,20 @@ EXPORTS
|
||||||
gst_value_get_int_range_max
|
gst_value_get_int_range_max
|
||||||
gst_value_get_int_range_min
|
gst_value_get_int_range_min
|
||||||
gst_value_get_mini_object
|
gst_value_get_mini_object
|
||||||
|
gst_value_get_structure
|
||||||
gst_value_init_and_copy
|
gst_value_init_and_copy
|
||||||
gst_value_intersect
|
gst_value_intersect
|
||||||
gst_value_is_fixed
|
gst_value_is_fixed
|
||||||
gst_value_list_append_value
|
gst_value_list_append_value
|
||||||
|
gst_value_list_concat
|
||||||
gst_value_list_get_size
|
gst_value_list_get_size
|
||||||
gst_value_list_get_type
|
gst_value_list_get_type
|
||||||
gst_value_list_get_value
|
gst_value_list_get_value
|
||||||
|
gst_value_list_prepend_value
|
||||||
|
gst_value_register
|
||||||
|
gst_value_register_intersect_func
|
||||||
|
gst_value_register_subtract_func
|
||||||
|
gst_value_register_union_func
|
||||||
gst_value_serialize
|
gst_value_serialize
|
||||||
gst_value_set_caps
|
gst_value_set_caps
|
||||||
gst_value_set_date
|
gst_value_set_date
|
||||||
|
@ -769,9 +941,13 @@ EXPORTS
|
||||||
gst_value_set_fourcc
|
gst_value_set_fourcc
|
||||||
gst_value_set_fraction
|
gst_value_set_fraction
|
||||||
gst_value_set_fraction_range
|
gst_value_set_fraction_range
|
||||||
|
gst_value_set_fraction_range_full
|
||||||
gst_value_set_int_range
|
gst_value_set_int_range
|
||||||
gst_value_set_mini_object
|
gst_value_set_mini_object
|
||||||
|
gst_value_set_structure
|
||||||
|
gst_value_subtract
|
||||||
gst_value_take_mini_object
|
gst_value_take_mini_object
|
||||||
|
gst_value_union
|
||||||
gst_version
|
gst_version
|
||||||
gst_version_string
|
gst_version_string
|
||||||
gst_xml_get_element
|
gst_xml_get_element
|
||||||
|
|
Loading…
Reference in a new issue