Enumeration (GI Enum)

Gst-1.0GstPadMode

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.

Index

Enumeration Members

Enumeration Members

NONE: number

Pad will not handle dataflow

PULL: number

Pad handles dataflow in upstream pull mode

PUSH: number

Pad handles dataflow in downstream push mode