From 65b7b9954aceaadd450c97bd9fe0677235a5a0d4 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 16 Jun 2015 16:08:39 -0400 Subject: [PATCH] gi: Skip Scaler, Chroma, Conveter, Dither constructor Please box these types before removing the skip mark. --- gst-libs/gst/video/video-chroma.c | 2 +- gst-libs/gst/video/video-converter.c | 2 +- gst-libs/gst/video/video-dither.c | 2 +- gst-libs/gst/video/video-scaler.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gst-libs/gst/video/video-chroma.c b/gst-libs/gst/video/video-chroma.c index d0b4407b11..337c9747e5 100644 --- a/gst-libs/gst/video/video-chroma.c +++ b/gst-libs/gst/video/video-chroma.c @@ -897,7 +897,7 @@ static const VertResampler v_resamplers[] = { }; /** - * gst_video_chroma_resample_new: + * gst_video_chroma_resample_new: (skip) * @method: a #GstVideoChromaMethod * @site: a #GstVideoChromaSite * @flags: #GstVideoChromaFlags diff --git a/gst-libs/gst/video/video-converter.c b/gst-libs/gst/video/video-converter.c index c90ddaf791..55f001fd04 100644 --- a/gst-libs/gst/video/video-converter.c +++ b/gst-libs/gst/video/video-converter.c @@ -2012,7 +2012,7 @@ convert_get_alpha_mode (GstVideoConverter * convert) } /** - * gst_video_converter_new: + * gst_video_converter_new: (skip) * @in_info: a #GstVideoInfo * @out_info: a #GstVideoInfo * @config: (transfer full): a #GstStructure with configuration options diff --git a/gst-libs/gst/video/video-dither.c b/gst-libs/gst/video/video-dither.c index 64e0f9fbea..45809e65db 100644 --- a/gst-libs/gst/video/video-dither.c +++ b/gst-libs/gst/video/video-dither.c @@ -351,7 +351,7 @@ count_power (guint v) } /** - * gst_video_dither_new: + * gst_video_dither_new: (skip) * @method: a #GstVideoDitherMethod * @flags: a #GstVideoDitherFlags * @format: a #GstVideoFormat diff --git a/gst-libs/gst/video/video-scaler.c b/gst-libs/gst/video/video-scaler.c index 45d763e2da..b949f5a7be 100644 --- a/gst-libs/gst/video/video-scaler.c +++ b/gst-libs/gst/video/video-scaler.c @@ -163,7 +163,7 @@ scaler_dump (GstVideoScaler * scale) } /** - * gst_video_scaler_new: + * gst_video_scaler_new: (skip) * @method: a #GstVideoResamplerMethod * @flags: #GstVideoScalerFlags * @n_taps: number of taps to use @@ -1085,7 +1085,7 @@ get_y_offset (GstVideoFormat format) } /** - * gst_video_scaler_combine_packed_YUV: + * gst_video_scaler_combine_packed_YUV: (skip) * @y_scale: a scaler for the Y component * @uv_scale: a scaler for the U and V components * @in_format: the input video format