Gst.PadProbeReturn
Different return values for the Gst.PadProbeCallback.
- PadProbeReturn.DROP
drop data in data probes. For push mode this means that the data item is not sent downstream. For pull mode, it means that the data item is not passed upstream. In both cases, this result code returns #GST_FLOW_OK or true to the caller.
- PadProbeReturn.OK
normal probe return value
- PadProbeReturn.REMOVE
remove probe
- PadProbeReturn.PASS
pass the data item in the block probe and block on the next item