Gst.PadMode
The status of a GstPad. After activating a pad, which usually happens when the parent element goes from READY to PAUSED, the GstPadMode defines if the pad operates in push or pull mode.
- PadMode.NONE
Pad will not handle dataflow
- PadMode.PUSH
Pad handles dataflow in downstream push mode
- PadMode.PULL
Pad handles dataflow in upstream pull mode