VideoDecoder.dropFrame

Similar to gstvideo.video_decoder.VideoDecoder.finishFrame, but drops frame in any case and posts a QoS message with the frame's details on the bus. In any case, the frame is considered finished and released.

Parameters

frame gstvideo.video_codec_frame.VideoCodecFrame

the #GstVideoCodecFrame to drop

Return Value

Type: gst.types.FlowReturn

a #GstFlowReturn, usually GST_FLOW_OK.