Element priority ranks. Defines the order in which the autoplugger (or
similar rank-picking mechanisms, such as e.g. 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
GstPluginFeature. Any value is valid, including values bigger than
GST_RANK_PRIMARY.
GST_RANK_NONE
will be chosen last or not at all
GST_RANK_MARGINAL
unlikely to be chosen
GST_RANK_SECONDARY
likely to be chosen
GST_RANK_PRIMARY
will be chosen first
Element priority ranks. Defines the order in which the autoplugger (or similar rank-picking mechanisms, such as e.g. 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 GstPluginFeature. Any value is valid, including values bigger than GST_RANK_PRIMARY. GST_RANK_NONE will be chosen last or not at all GST_RANK_MARGINAL unlikely to be chosen GST_RANK_SECONDARY likely to be chosen GST_RANK_PRIMARY will be chosen first