drop_frame


Description:

public FlowReturn drop_frame (owned CodecFrame frame)

Similar to finish_frame, 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:

this

a Decoder

frame

the CodecFrame to drop

Returns:

a FlowReturn, usually GST_FLOW_OK.