VideoDecoder.dropSubframe
gst.types.FlowReturn dropSubframe(gstvideo.video_codec_frame.VideoCodecFrame frame)Drops input data. The frame is not considered finished until the whole frame is finished or dropped by the subclass.
Parameters
frame | the #GstVideoCodecFrame |
Returns
a #GstFlowReturn, usually GST_FLOW_OK.