Skip to content

compositor: Fix caps negotiation for messy downstream caps

compositor was assuming that the first structure of the downstream caps was the preferred one. That may not always be the case, it might come from e.g. a tee, which is media agnostic and just zig-zags the structures. We should instead try to negotiate the best possible quality out of the combination of downstream caps.

Merge request reports