GstPadMode

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.

Values

ValueMeaning
NONE0

Pad will not handle dataflow

PUSH1

Pad handles dataflow in downstream push mode

PULL2

Pad handles dataflow in upstream pull mode