GstRank

Element priority ranks. Defines the order in which the autoplugger (or similar rank-picking mechanisms, such as e.g. gst.element.Element.makeFromUri) 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 #GstPluginFeature. Any value is valid, including values bigger than @GST_RANK_PRIMARY.

Values

ValueMeaning
None0

will be chosen last or not at all

Marginal64

unlikely to be chosen

Secondary128

likely to be chosen

Primary256

will be chosen first