Skip to content

videoconvert: Increase rank to secondary.

Most of video filters has rank none, so when autovideoconvert is used, the alphabetical order is used, where this element might be the last one, and this is not the desired behavior because videoconvert normally is more stable.

This patch increases the rank of videoconvert so it could be chosen before others. If some user prefer other color converters they can use GST_PLUGIN_FEATURE_RANK environment variable.

Edited by Víctor Manuel Jáquez Leal

Merge request reports