mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
gi: Skip Scaler, Chroma, Conveter, Dither constructor
Please box these types before removing the skip mark.
This commit is contained in:
parent
3d594ad57f
commit
65b7b9954a
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue