mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
win32: add recently added API to .def files
Also add API markers to make life easier for the release manager: API: gst_x_overlay_set_render_rectangle() API: gst_video_parse_caps_color_matrix() API: gst_video_parse_caps_chroma_site()
This commit is contained in:
parent
0ed09fef0d
commit
a5bd2923c2
2 changed files with 2 additions and 0 deletions
|
@ -116,4 +116,5 @@ EXPORTS
|
|||
gst_x_overlay_got_xwindow_id
|
||||
gst_x_overlay_handle_events
|
||||
gst_x_overlay_prepare_xwindow_id
|
||||
gst_x_overlay_set_render_rectangle
|
||||
gst_x_overlay_set_xwindow_id
|
||||
|
|
|
@ -22,6 +22,7 @@ EXPORTS
|
|||
gst_video_format_to_fourcc
|
||||
gst_video_frame_rate
|
||||
gst_video_get_size
|
||||
gst_video_parse_caps_chroma_site
|
||||
gst_video_parse_caps_color_matrix
|
||||
gst_video_parse_caps_framerate
|
||||
gst_video_parse_caps_pixel_aspect_ratio
|
||||
|
|
Loading…
Reference in a new issue