Skip to content

concrete-agent: prioritize requested codec for plugin selection

This patch gives more priority to the requested video codecs when selecting the FrameCapture plugin, instead of its hard-coded rank.

The client_codecs storage structure is changed from 'set' to 'vector', as the codec order was not preserved by the 'set' structure.

Signed-off-by: Kevin Pouget kpouget@redhat.com

Merge request reports