mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
win32 def: Remove video flags symbol that don't exist
There has been a some refactoring and these symbols don't exist anynmore. So remove it from the win32 def. This should fix distcheck.
This commit is contained in:
parent
3d7a92b452
commit
b20cc6a02a
1 changed files with 0 additions and 4 deletions
|
@ -55,7 +55,6 @@ EXPORTS
|
|||
gst_video_alpha_mode_get_type
|
||||
gst_video_blend
|
||||
gst_video_blend_scale_linear_RGBA
|
||||
gst_video_buffer_flags_get_type
|
||||
gst_video_buffer_pool_get_type
|
||||
gst_video_buffer_pool_new
|
||||
gst_video_calculate_display_ratio
|
||||
|
@ -171,9 +170,7 @@ EXPORTS
|
|||
gst_video_format_to_string
|
||||
gst_video_frame_copy
|
||||
gst_video_frame_copy_plane
|
||||
gst_video_frame_flags_get_type
|
||||
gst_video_frame_map
|
||||
gst_video_frame_map_flags_get_type
|
||||
gst_video_frame_map_id
|
||||
gst_video_frame_unmap
|
||||
gst_video_gamma_mode_get_type
|
||||
|
@ -266,7 +263,6 @@ EXPORTS
|
|||
gst_video_resampler_method_get_type
|
||||
gst_video_scaler_2d
|
||||
gst_video_scaler_combine_packed_YUV
|
||||
gst_video_scaler_flags_get_type
|
||||
gst_video_scaler_free
|
||||
gst_video_scaler_get_coeff
|
||||
gst_video_scaler_get_max_taps
|
||||
|
|
Loading…
Reference in a new issue