mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
win32: Update defs file for API changes/addition
This commit is contained in:
parent
e219ede527
commit
94e0e06efa
3 changed files with 17 additions and 4 deletions
|
@ -56,8 +56,8 @@ EXPORTS
|
|||
gst_base_sink_set_sync
|
||||
gst_base_sink_set_throttle_time
|
||||
gst_base_sink_set_ts_offset
|
||||
gst_base_sink_wait
|
||||
gst_base_sink_wait_clock
|
||||
gst_base_sink_wait_eos
|
||||
gst_base_sink_wait_preroll
|
||||
gst_base_src_get_blocksize
|
||||
gst_base_src_get_do_timestamp
|
||||
|
@ -237,6 +237,13 @@ EXPORTS
|
|||
gst_collect_pads_stop
|
||||
gst_collect_pads_take_buffer
|
||||
gst_push_src_get_type
|
||||
gst_queue_array_drop_element
|
||||
gst_queue_array_find
|
||||
gst_queue_array_free
|
||||
gst_queue_array_is_empty
|
||||
gst_queue_array_new
|
||||
gst_queue_array_pop_head
|
||||
gst_queue_array_push_tail
|
||||
gst_type_find_helper
|
||||
gst_type_find_helper_for_buffer
|
||||
gst_type_find_helper_for_data
|
||||
|
|
|
@ -4,6 +4,9 @@ EXPORTS
|
|||
gst_net_address_meta_get_info
|
||||
gst_net_client_clock_get_type
|
||||
gst_net_client_clock_new
|
||||
gst_net_time_packet_copy
|
||||
gst_net_time_packet_free
|
||||
gst_net_time_packet_get_type
|
||||
gst_net_time_packet_new
|
||||
gst_net_time_packet_receive
|
||||
gst_net_time_packet_send
|
||||
|
|
|
@ -57,9 +57,9 @@ EXPORTS
|
|||
gst_allocation_params_init
|
||||
gst_allocator_alloc
|
||||
gst_allocator_find
|
||||
gst_allocator_get_memory_type
|
||||
gst_allocator_flags_get_type
|
||||
gst_allocator_free
|
||||
gst_allocator_get_type
|
||||
gst_allocator_new
|
||||
gst_allocator_register
|
||||
gst_allocator_set_default
|
||||
gst_atomic_queue_get_type
|
||||
|
@ -326,6 +326,7 @@ EXPORTS
|
|||
gst_debug_set_default_threshold
|
||||
gst_debug_set_threshold_for_name
|
||||
gst_debug_unset_threshold_for_name
|
||||
gst_default_allocator_get_type
|
||||
gst_deinit
|
||||
gst_double_range_get_type
|
||||
gst_element_abort_state
|
||||
|
@ -521,6 +522,7 @@ EXPORTS
|
|||
gst_memory_flags_get_type
|
||||
gst_memory_get_sizes
|
||||
gst_memory_get_type
|
||||
gst_memory_init
|
||||
gst_memory_is_span
|
||||
gst_memory_make_mapped
|
||||
gst_memory_map
|
||||
|
@ -842,6 +844,7 @@ EXPORTS
|
|||
gst_query_add_allocation_pool
|
||||
gst_query_add_buffering_range
|
||||
gst_query_add_scheduling_mode
|
||||
gst_query_find_allocation_meta
|
||||
gst_query_get_n_allocation_metas
|
||||
gst_query_get_n_allocation_params
|
||||
gst_query_get_n_allocation_pools
|
||||
|
@ -849,7 +852,6 @@ EXPORTS
|
|||
gst_query_get_n_scheduling_modes
|
||||
gst_query_get_structure
|
||||
gst_query_get_type
|
||||
gst_query_has_allocation_meta
|
||||
gst_query_has_scheduling_mode
|
||||
gst_query_new_accept_caps
|
||||
gst_query_new_allocation
|
||||
|
@ -1134,6 +1136,7 @@ EXPORTS
|
|||
gst_task_state_get_type
|
||||
gst_task_stop
|
||||
gst_toc_append_entry
|
||||
gst_toc_dump
|
||||
gst_toc_entry_append_sub_entry
|
||||
gst_toc_entry_get_entry_type
|
||||
gst_toc_entry_get_start_stop_times
|
||||
|
|
Loading…
Reference in a new issue