mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Before fixating the format, we try to add as many of the PortConfig fields as we can as defaults. However, when we already have a property that intersects, prefer to use the original negotiated one prefered by the follower. This got changed when the default for the pod filter changed to the filter value. The effect is, for example, when the follower asks for FL FR FC LFE SL SR and the sink is using FL FR SL SR FC LFE, the PortConfig (and the default) would then be FL FR SL SR FC LFE. After negotiation, we would get FL FR FC LFE SL SR as the format but then with the filter and the wrong default we would fixate to FL FR SL SR FC LFE, which does not match what the follower wanted and either results in wrong channels or an error of the follower. See #4722 |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||