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. GST_PAD_MODE_NONE Pad will not handle dataflow GST_PAD_MODE_PUSH Pad handles dataflow in downstream push mode GST_PAD_MODE_PULL Pad handles dataflow in upstream pull mode

Values

ValueMeaning
MODE_NONE
MODE_PUSH
MODE_PULL

Meta