:right-sidebar: True PadLinkCheck =================================================================== .. currentmodule:: gi.repository.Gst .. class:: PadLinkCheck :no-contents-entry: The amount of checking to be done when linking pads. ``GST_PAD_LINK_CHECK_CAPS`` and ``GST_PAD_LINK_CHECK_TEMPLATE_CAPS`` are mutually exclusive. If both are specified, expensive but safe ``GST_PAD_LINK_CHECK_CAPS`` are performed. Only disable some of the checks if you are 100% certain you know the link will not fail because of hierarchy/caps compatibility failures. If uncertain, use the default checks (:const:`~gi.repository.Gst.PadLinkCheck.DEFAULT`) or the regular methods for linking the pads. Fields ------ .. rst-class:: interim-class .. class:: PadLinkCheck :no-index: .. attribute:: CAPS The type of the None singleton. .. attribute:: DEFAULT The type of the None singleton. .. attribute:: HIERARCHY The type of the None singleton. .. attribute:: NOTHING The type of the None singleton. .. attribute:: NO_RECONFIGURE The type of the None singleton. .. attribute:: TEMPLATE_CAPS The type of the None singleton.