:right-sidebar: True PadMode =================================================================== .. currentmodule:: gi.repository.Gst .. class:: PadMode :no-contents-entry: 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. Methods ------- .. rst-class:: interim-class .. class:: PadMode :no-index: .. method:: get_name(mode: ~gi.repository.Gst.PadMode) -> str Return the name of a pad mode, for use in debug messages mostly. :param mode: the pad mode Fields ------ .. rst-class:: interim-class .. class:: PadMode :no-index: .. attribute:: NONE Pad will not handle dataflow .. attribute:: PULL Pad handles dataflow in upstream pull mode .. attribute:: PUSH Pad handles dataflow in downstream push mode