From a5bd2923c294ea0cfed47fde4fa558497767f61b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 15 Mar 2010 13:19:09 +0000 Subject: [PATCH] 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() --- win32/common/libgstinterfaces.def | 1 + win32/common/libgstvideo.def | 1 + 2 files changed, 2 insertions(+) diff --git a/win32/common/libgstinterfaces.def b/win32/common/libgstinterfaces.def index 37f3c05..ce579a9 100644 --- a/win32/common/libgstinterfaces.def +++ b/win32/common/libgstinterfaces.def @@ -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 diff --git a/win32/common/libgstvideo.def b/win32/common/libgstvideo.def index 9799437..ad8dc26 100644 --- a/win32/common/libgstvideo.def +++ b/win32/common/libgstvideo.def @@ -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 -- 2.7.4