drop_subframe


Description:

[ Version ( since = "1.20" ) ]
public FlowReturn drop_subframe (owned CodecFrame frame)

Drops input data.

The frame is not considered finished until the whole frame is finished or dropped by the subclass.

Parameters:

this

a Decoder

frame

the CodecFrame

Returns:

a FlowReturn, usually GST_FLOW_OK.