gstvideo.video_converter
Module for [VideoConverter] class
class VideoConverter
Types 1
classVideoConverter
Methods
void * _cPtr()void frame(gstvideo.video_frame.VideoFrame src, gstvideo.video_frame.VideoFrame dest)Convert the pixels of src into dest using convert.void frameFinish()Wait for a previous async conversion performed using [gstvideo.video_converter.VideoConverter.frame] to complete.gst.structure.Structure getConfig()Get the current configuration of convert. Returns: a #GstStructure that remains valid for as long as convert is valid or until [gstvideo.video_converter.VideoConverter.setConfig] is called.gstvideo.video_info.VideoInfo getInInfo()Retrieve the input format of convert. Returns: a #GstVideoInfogstvideo.video_info.VideoInfo getOutInfo()Retrieve the output format of convert. Returns: a #GstVideoInfobool setConfig(gst.structure.Structure config)Set config as extra configuration for convert.