GstRank

Element priority ranks. Defines the order in which the autoplugger (or similar rank-picking mechanisms) will choose this element over an alternative one with the same function. The rank is a unsigned integer ranging from 0 (GST_RANK_NONE) to 256 (GST_RANK_PRIMARY). These constants serve as a rough guidiance for defining the rank of a GstPlugin using gst_plugin_feature_set_rank(). GST_RANK_NONE will be chosen last or not at all GST_RANK_MARGINAL unlikly to be chosen GST_RANK_SECONDARY likely to be chosen GST_RANK_PRIMARY will be chosen first

Values

ValueMeaning
NONE0
MARGINAL64
SECONDARY128
PRIMARY256

Meta