Skip to content

videoaggregator: allow selecting an alpha output from non-alpha inputs

e.g. if we have:

video-x/raw,format=I420 ! compositor ! video/x-raw,format=BGRA

This will currently produce a warning as the alpha-ness of the chosen 'best' format (I420) will be different from the value restricted by the downstream caps filter.

Merge request reports