VideoDecoder.releaseFrame
void releaseFrame(gstvideo.video_codec_frame.VideoCodecFrame frame)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.
Parameters
frame | the #GstVideoCodecFrame to release |