AbstractWait for a previous async conversion performed using
gst_video_converter_frame() to complete.
Free convert
Get the current configuration of convert.
a Gst.Structure that remains valid for as long as convert is valid or until gst_video_converter_set_config() is called.
Set config as extra configuration for convert.
If the parameters in config can not be set exactly, this function returns
false and will try to update as much state as possible. The new state can
then be retrieved and refined with gst_video_converter_get_config().
Look at the GST_VIDEO_CONVERTER_OPT_* fields to check valid configuration
option and values.
true when config could be set.
Convert the pixels of
srcintodestusingconvert.If #GST_VIDEO_CONVERTER_OPT_ASYNC_TASKS is
truethen this function will return immediately and needs to be followed by a call togst_video_converter_frame_finish().