:right-sidebar: True Rank =================================================================== .. currentmodule:: gi.repository.Gst .. class:: Rank :no-contents-entry: Element priority ranks. Defines the order in which the autoplugger (or similar rank-picking mechanisms, such as e.g. :func:`~gi.repository.Gst.Element.make_from_uri`) will choose this element over an alternative one with the same function. These constants serve as a rough guidance for defining the rank of a :obj:`~gi.repository.Gst.PluginFeature`. Any value is valid, including values bigger than ``GST_RANK_PRIMARY``. Fields ------ .. rst-class:: interim-class .. class:: Rank :no-index: .. attribute:: MARGINAL Unlikely to be chosen .. attribute:: NONE Will be chosen last or not at all .. attribute:: PRIMARY Will be chosen first .. attribute:: SECONDARY Likely to be chosen