mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
win32: update .def files for API changes
This commit is contained in:
parent
3dfdd6be9d
commit
281803cf2b
5 changed files with 10 additions and 19 deletions
|
@ -5,9 +5,8 @@ EXPORTS
|
|||
gst_app_sink_get_max_buffers
|
||||
gst_app_sink_get_type
|
||||
gst_app_sink_is_eos
|
||||
gst_app_sink_pull_buffer
|
||||
gst_app_sink_pull_buffer_list
|
||||
gst_app_sink_pull_preroll
|
||||
gst_app_sink_pull_sample
|
||||
gst_app_sink_set_callbacks
|
||||
gst_app_sink_set_caps
|
||||
gst_app_sink_set_drop
|
||||
|
|
|
@ -53,6 +53,7 @@ EXPORTS
|
|||
gst_audio_decoder_set_plc_aware
|
||||
gst_audio_decoder_set_tolerance
|
||||
gst_audio_default_registry_mixer_filter
|
||||
gst_audio_downmix_meta_get_info
|
||||
gst_audio_encoder_finish_frame
|
||||
gst_audio_encoder_get_audio_info
|
||||
gst_audio_encoder_get_frame_max
|
||||
|
@ -106,12 +107,12 @@ EXPORTS
|
|||
gst_audio_ring_buffer_clear_all
|
||||
gst_audio_ring_buffer_close_device
|
||||
gst_audio_ring_buffer_commit
|
||||
gst_audio_ring_buffer_commit_full
|
||||
gst_audio_ring_buffer_convert
|
||||
gst_audio_ring_buffer_debug_spec_buff
|
||||
gst_audio_ring_buffer_debug_spec_caps
|
||||
gst_audio_ring_buffer_delay
|
||||
gst_audio_ring_buffer_device_is_open
|
||||
gst_audio_ring_buffer_format_type_get_type
|
||||
gst_audio_ring_buffer_get_type
|
||||
gst_audio_ring_buffer_is_acquired
|
||||
gst_audio_ring_buffer_is_active
|
||||
|
@ -123,7 +124,6 @@ EXPORTS
|
|||
gst_audio_ring_buffer_read
|
||||
gst_audio_ring_buffer_release
|
||||
gst_audio_ring_buffer_samples_done
|
||||
gst_audio_ring_buffer_seg_state_get_type
|
||||
gst_audio_ring_buffer_set_callback
|
||||
gst_audio_ring_buffer_set_flushing
|
||||
gst_audio_ring_buffer_set_sample
|
||||
|
@ -135,7 +135,6 @@ EXPORTS
|
|||
gst_audio_set_structure_channel_positions_list
|
||||
gst_audio_sink_get_type
|
||||
gst_audio_src_get_type
|
||||
gst_buffer_format_type_get_type
|
||||
gst_mixer_get_mixer_flags
|
||||
gst_mixer_get_mixer_type
|
||||
gst_mixer_get_option
|
||||
|
|
|
@ -30,17 +30,6 @@ EXPORTS
|
|||
gst_navigation_send_event
|
||||
gst_navigation_send_key_event
|
||||
gst_navigation_send_mouse_event
|
||||
gst_property_probe_get_properties
|
||||
gst_property_probe_get_property
|
||||
gst_property_probe_get_type
|
||||
gst_property_probe_get_values
|
||||
gst_property_probe_get_values_name
|
||||
gst_property_probe_needs_probe
|
||||
gst_property_probe_needs_probe_name
|
||||
gst_property_probe_probe_and_get_values
|
||||
gst_property_probe_probe_and_get_values_name
|
||||
gst_property_probe_probe_property
|
||||
gst_property_probe_probe_property_name
|
||||
gst_tuner_channel_changed
|
||||
gst_tuner_channel_flags_get_type
|
||||
gst_tuner_channel_get_type
|
||||
|
|
|
@ -20,7 +20,7 @@ EXPORTS
|
|||
gst_tag_get_licenses
|
||||
gst_tag_id3_genre_count
|
||||
gst_tag_id3_genre_get
|
||||
gst_tag_image_data_to_image_buffer
|
||||
gst_tag_image_data_to_image_sample
|
||||
gst_tag_image_type_get_type
|
||||
gst_tag_license_flags_get_type
|
||||
gst_tag_list_add_id3_image
|
||||
|
|
|
@ -13,7 +13,10 @@ EXPORTS
|
|||
gst_color_balance_type_get_type
|
||||
gst_color_balance_value_changed
|
||||
gst_is_video_overlay_prepare_window_handle_message
|
||||
gst_video_alignment_reset
|
||||
gst_video_buffer_flags_get_type
|
||||
gst_video_buffer_pool_get_type
|
||||
gst_video_buffer_pool_new
|
||||
gst_video_calculate_display_ratio
|
||||
gst_video_chroma_site_get_type
|
||||
gst_video_color_matrix_get_type
|
||||
|
@ -21,8 +24,8 @@ EXPORTS
|
|||
gst_video_color_range_get_type
|
||||
gst_video_colorimetry_from_string
|
||||
gst_video_colorimetry_matches
|
||||
gst_video_convert_frame
|
||||
gst_video_convert_frame_async
|
||||
gst_video_convert_sample
|
||||
gst_video_convert_sample_async
|
||||
gst_video_crop_meta_get_info
|
||||
gst_video_event_is_force_key_unit
|
||||
gst_video_event_new_downstream_force_key_unit
|
||||
|
@ -50,6 +53,7 @@ EXPORTS
|
|||
gst_video_info_init
|
||||
gst_video_info_set_format
|
||||
gst_video_info_to_caps
|
||||
gst_video_interlace_mode_get_type
|
||||
gst_video_marshal_VOID__OBJECT_INT
|
||||
gst_video_meta_get_info
|
||||
gst_video_meta_map
|
||||
|
|
Loading…
Reference in a new issue