mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
52706146f5
Introducing "GST_PLUGIN_FEATURE_RANK" environment variable in order for users to adjust rank of plugin(s) via environment. A "feature" and "rank" key-value pair should be separable by ":", and each key-value pair is recognized per "," delimiters. The rank can be a numerical value or one of pre-defined rank values such as "NONE", "MARGINAL", "SECONDARY", and "PRIMARY" in case-insensitive manner. In addition to pre-defined { NONE, MARGINAL, SECONDARY, PRIMARY }, "MAX" can be passed to key value used to ensure having a higher rank than other plugin features. Example) - GST_PLUGIN_FEATURE_RANK=qtdemux:256,h264parse:NONE Set rank of qtdemux plugin to 256 (primary) and 0 (none) for h264parse. |
||
---|---|---|
.. | ||
building.md | ||
gi-index.md | ||
index.md | ||
overview.md | ||
running.md | ||
sitemap.txt |