video: Add some more GTypes for enums
This commit is contained in:
parent
190c7f1928
commit
a1f8fb32cb
@ -4,7 +4,7 @@ include $(top_srcdir)/common/orc.mak
|
|||||||
|
|
||||||
glib_enum_headers = video.h video-format.h video-color.h video-info.h video-dither.h \
|
glib_enum_headers = video.h video-format.h video-color.h video-info.h video-dither.h \
|
||||||
colorbalance.h navigation.h video-chroma.h video-tile.h video-converter.h \
|
colorbalance.h navigation.h video-chroma.h video-tile.h video-converter.h \
|
||||||
video-resampler.h
|
video-resampler.h video-frame.h video-scaler.h
|
||||||
glib_enum_define = GST_VIDEO
|
glib_enum_define = GST_VIDEO
|
||||||
glib_gen_prefix = gst_video
|
glib_gen_prefix = gst_video
|
||||||
glib_gen_basename = video
|
glib_gen_basename = video
|
||||||
|
@ -55,6 +55,7 @@ EXPORTS
|
|||||||
gst_video_alpha_mode_get_type
|
gst_video_alpha_mode_get_type
|
||||||
gst_video_blend
|
gst_video_blend
|
||||||
gst_video_blend_scale_linear_RGBA
|
gst_video_blend_scale_linear_RGBA
|
||||||
|
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
|
||||||
@ -170,7 +171,9 @@ 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_flags_get_type
|
||||||
gst_video_frame_map_id
|
gst_video_frame_map_id
|
||||||
gst_video_frame_unmap
|
gst_video_frame_unmap
|
||||||
gst_video_gamma_mode_get_type
|
gst_video_gamma_mode_get_type
|
||||||
@ -263,6 +266,7 @@ EXPORTS
|
|||||||
gst_video_resampler_method_get_type
|
gst_video_resampler_method_get_type
|
||||||
gst_video_scaler_2d
|
gst_video_scaler_2d
|
||||||
gst_video_scaler_combine_packed_YUV
|
gst_video_scaler_combine_packed_YUV
|
||||||
|
gst_video_scaler_flags_get_type
|
||||||
gst_video_scaler_free
|
gst_video_scaler_free
|
||||||
gst_video_scaler_get_coeff
|
gst_video_scaler_get_coeff
|
||||||
gst_video_scaler_get_max_taps
|
gst_video_scaler_get_max_taps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user