VideoConverter.frame
void frame(gstvideo.video_frame.VideoFrame src, gstvideo.video_frame.VideoFrame dest)Convert the pixels of src into dest using convert.
If #GST_VIDEO_CONVERTER_OPT_ASYNC_TASKS is true then this function will return immediately and needs to be followed by a call to [gstvideo.video_converter.VideoConverter.frameFinish].
Parameters
src | a #GstVideoFrame |
dest | a #GstVideoFrame |