: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() -> str Return the name of a pad mode, for use in debug messages mostly. Fields ------ .. rst-class:: interim-class .. class:: PadMode :no-index: .. attribute:: NONE The type of the None singleton. .. attribute:: PULL The type of the None singleton. .. attribute:: PUSH The type of the None singleton.