mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
win32: update .def file for new video API
This commit is contained in:
parent
ecdfb96f17
commit
aa8ce04e60
1 changed files with 3 additions and 2 deletions
|
@ -44,11 +44,12 @@ EXPORTS
|
||||||
gst_navigation_send_key_event
|
gst_navigation_send_key_event
|
||||||
gst_navigation_send_mouse_event
|
gst_navigation_send_mouse_event
|
||||||
gst_video_alignment_reset
|
gst_video_alignment_reset
|
||||||
gst_video_buffer_flags_get_type
|
|
||||||
gst_video_buffer_pool_get_type
|
gst_video_buffer_pool_get_type
|
||||||
gst_video_buffer_pool_new
|
gst_video_buffer_pool_new
|
||||||
gst_video_calculate_display_ratio
|
gst_video_calculate_display_ratio
|
||||||
|
gst_video_chroma_from_string
|
||||||
gst_video_chroma_site_get_type
|
gst_video_chroma_site_get_type
|
||||||
|
gst_video_chroma_to_string
|
||||||
gst_video_codec_frame_get_type
|
gst_video_codec_frame_get_type
|
||||||
gst_video_codec_frame_get_user_data
|
gst_video_codec_frame_get_user_data
|
||||||
gst_video_codec_frame_ref
|
gst_video_codec_frame_ref
|
||||||
|
@ -62,6 +63,7 @@ EXPORTS
|
||||||
gst_video_color_range_get_type
|
gst_video_color_range_get_type
|
||||||
gst_video_colorimetry_from_string
|
gst_video_colorimetry_from_string
|
||||||
gst_video_colorimetry_matches
|
gst_video_colorimetry_matches
|
||||||
|
gst_video_colorimetry_to_string
|
||||||
gst_video_convert_sample
|
gst_video_convert_sample
|
||||||
gst_video_convert_sample_async
|
gst_video_convert_sample_async
|
||||||
gst_video_crop_meta_api_get_type
|
gst_video_crop_meta_api_get_type
|
||||||
|
@ -115,7 +117,6 @@ EXPORTS
|
||||||
gst_video_format_to_string
|
gst_video_format_to_string
|
||||||
gst_video_frame_copy
|
gst_video_frame_copy
|
||||||
gst_video_frame_copy_plane
|
gst_video_frame_copy_plane
|
||||||
gst_video_frame_flags_get_type
|
|
||||||
gst_video_frame_map
|
gst_video_frame_map
|
||||||
gst_video_frame_map_id
|
gst_video_frame_map_id
|
||||||
gst_video_frame_unmap
|
gst_video_frame_unmap
|
||||||
|
|
Loading…
Reference in a new issue