VideoDecoder.releaseFrame

Similar to gstvideo.video_decoder.VideoDecoder.dropFrame, but simply releases frame without any processing other than removing it from list of pending frames, after which it is considered finished and released.

class VideoDecoder
void
releaseFrame

Parameters

frame gstvideo.video_codec_frame.VideoCodecFrame

the #GstVideoCodecFrame to release