VideoDecoder.dropFrame
gst.types.FlowReturn dropFrame(gstvideo.video_codec_frame.VideoCodecFrame frame)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 | the #GstVideoCodecFrame to drop |
Returns
a #GstFlowReturn, usually GST_FLOW_OK.