Revert "update def files"
authorWim Taymans <wtaymans@redhat.com>
Thu, 1 Jun 2017 15:02:24 +0000 (17:02 +0200)
committerWim Taymans <wtaymans@redhat.com>
Thu, 1 Jun 2017 15:02:24 +0000 (17:02 +0200)
This reverts commit 2e6dba811437e31af7e6071efe03b6e3751b2289.

win32/common/libgstallocators.def
win32/common/libgstapp.def
win32/common/libgstaudio.def
win32/common/libgstpbutils.def
win32/common/libgstrtp.def
win32/common/libgstrtsp.def
win32/common/libgstvideo.def

index 25f1480..c78636f 100644 (file)
@@ -1,5 +1,6 @@
 EXPORTS
        gst_dmabuf_allocator_alloc
+       gst_dmabuf_allocator_get_type
        gst_dmabuf_allocator_new
        gst_dmabuf_memory_get_fd
        gst_fd_allocator_alloc
index 1a7184e..e954c23 100644 (file)
@@ -1,4 +1,5 @@
 EXPORTS
+       gst_app_sink_get_buffer_list_support
        gst_app_sink_get_caps
        gst_app_sink_get_drop
        gst_app_sink_get_emit_signals
@@ -8,6 +9,7 @@ EXPORTS
        gst_app_sink_is_eos
        gst_app_sink_pull_preroll
        gst_app_sink_pull_sample
+       gst_app_sink_set_buffer_list_support
        gst_app_sink_set_callbacks
        gst_app_sink_set_caps
        gst_app_sink_set_drop
index fa39be3..8b83502 100644 (file)
@@ -1,6 +1,7 @@
 EXPORTS
        _gst_audio_decoder_error
        gst_audio_base_sink_create_ringbuffer
+       gst_audio_base_sink_discont_reason_get_type
        gst_audio_base_sink_get_alignment_threshold
        gst_audio_base_sink_get_discont_wait
        gst_audio_base_sink_get_drift_tolerance
@@ -56,6 +57,7 @@ EXPORTS
        gst_audio_converter_new
        gst_audio_converter_reset
        gst_audio_converter_samples
+       gst_audio_converter_supports_inplace
        gst_audio_converter_update_config
        gst_audio_decoder_allocate_output_buffer
        gst_audio_decoder_finish_frame
@@ -196,6 +198,7 @@ EXPORTS
        gst_audio_ring_buffer_release
        gst_audio_ring_buffer_samples_done
        gst_audio_ring_buffer_set_callback
+       gst_audio_ring_buffer_set_callback_full
        gst_audio_ring_buffer_set_channel_positions
        gst_audio_ring_buffer_set_flushing
        gst_audio_ring_buffer_set_sample
index 302b6cb..6fceeb1 100644 (file)
@@ -94,6 +94,7 @@ EXPORTS
        gst_encoding_container_profile_new
        gst_encoding_list_all_targets
        gst_encoding_list_available_categories
+       gst_encoding_profile_copy
        gst_encoding_profile_find
        gst_encoding_profile_from_discoverer
        gst_encoding_profile_get_allow_dynamic_output
index 137ccf5..38c7c28 100644 (file)
@@ -98,6 +98,7 @@ EXPORTS
        gst_rtp_buffer_compare_seqnum
        gst_rtp_buffer_default_clock_rate
        gst_rtp_buffer_ext_timestamp
+       gst_rtp_buffer_flags_get_type
        gst_rtp_buffer_get_csrc
        gst_rtp_buffer_get_csrc_count
        gst_rtp_buffer_get_extension
index 355a9ef..1d0be24 100644 (file)
@@ -1,5 +1,8 @@
 EXPORTS
+       gst_rtsp_auth_credential_get_type
+       gst_rtsp_auth_credentials_free
        gst_rtsp_auth_method_get_type
+       gst_rtsp_auth_param_get_type
        gst_rtsp_connection_accept
        gst_rtsp_connection_clear_auth_params
        gst_rtsp_connection_close
@@ -54,6 +57,7 @@ EXPORTS
        gst_rtsp_family_get_type
        gst_rtsp_find_header_field
        gst_rtsp_find_method
+       gst_rtsp_generate_digest_auth_response
        gst_rtsp_header_allow_multiple
        gst_rtsp_header_as_text
        gst_rtsp_header_field_get_type
@@ -75,6 +79,7 @@ EXPORTS
        gst_rtsp_message_new_data
        gst_rtsp_message_new_request
        gst_rtsp_message_new_response
+       gst_rtsp_message_parse_auth_credentials
        gst_rtsp_message_parse_data
        gst_rtsp_message_parse_request
        gst_rtsp_message_parse_response
index 096e7d4..ddac6c0 100644 (file)
@@ -107,6 +107,7 @@ EXPORTS
        gst_video_decoder_add_to_frame
        gst_video_decoder_allocate_output_buffer
        gst_video_decoder_allocate_output_frame
+       gst_video_decoder_allocate_output_frame_with_params
        gst_video_decoder_drop_frame
        gst_video_decoder_finish_frame
        gst_video_decoder_get_allocator
@@ -136,6 +137,7 @@ EXPORTS
        gst_video_decoder_set_output_state
        gst_video_decoder_set_packetized
        gst_video_decoder_set_use_default_pad_acceptcaps
+       gst_video_direction_get_type
        gst_video_dither_flags_get_type
        gst_video_dither_free
        gst_video_dither_line
@@ -165,6 +167,9 @@ EXPORTS
        gst_video_event_parse_downstream_force_key_unit
        gst_video_event_parse_still_frame
        gst_video_event_parse_upstream_force_key_unit
+       gst_video_field_order_from_string
+       gst_video_field_order_get_type
+       gst_video_field_order_to_string
        gst_video_filter_get_type
        gst_video_flags_get_type
        gst_video_format_flags_get_type
@@ -226,6 +231,7 @@ EXPORTS
        gst_video_orientation_get_type
        gst_video_orientation_get_vcenter
        gst_video_orientation_get_vflip
+       gst_video_orientation_method_get_type
        gst_video_orientation_set_hcenter
        gst_video_orientation_set_hflip
        gst_video_orientation_set_vcenter
@@ -286,6 +292,7 @@ EXPORTS
        gst_video_tile_mode_get_type
        gst_video_tile_type_get_type
        gst_video_time_code_add_frames
+       gst_video_time_code_add_interval
        gst_video_time_code_clear
        gst_video_time_code_compare
        gst_video_time_code_copy
@@ -294,11 +301,21 @@ EXPORTS
        gst_video_time_code_get_type
        gst_video_time_code_increment_frame
        gst_video_time_code_init
+       gst_video_time_code_init_from_date_time
+       gst_video_time_code_interval_clear
+       gst_video_time_code_interval_copy
+       gst_video_time_code_interval_free
+       gst_video_time_code_interval_get_type
+       gst_video_time_code_interval_init
+       gst_video_time_code_interval_new
+       gst_video_time_code_interval_new_from_string
        gst_video_time_code_is_valid
        gst_video_time_code_meta_api_get_type
        gst_video_time_code_meta_get_info
        gst_video_time_code_new
        gst_video_time_code_new_empty
+       gst_video_time_code_new_from_date_time
+       gst_video_time_code_new_from_string
        gst_video_time_code_nsec_since_daily_jam
        gst_video_time_code_to_date_time
        gst_video_time_code_to_string