The status of a GstPad. After activating a pad, which usually happens when the
parent element goes from READY to PAUSED, the GstActivateMode defines if the
pad operates in push or pull mode.
GST_ACTIVATE_NONE
Pad will not handle dataflow
GST_ACTIVATE_PUSH
Pad handles dataflow in downstream push mode
GST_ACTIVATE_PULL
Pad handles dataflow in upstream pull mode
The status of a GstPad. After activating a pad, which usually happens when the parent element goes from READY to PAUSED, the GstActivateMode defines if the pad operates in push or pull mode. GST_ACTIVATE_NONE Pad will not handle dataflow GST_ACTIVATE_PUSH Pad handles dataflow in downstream push mode GST_ACTIVATE_PULL Pad handles dataflow in upstream pull mode