mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
There is a use case where you may want to use audioconvert with both input & output sides configured in dsp mode, for altering the stream volume. When it is configured like that, the IS_MONITOR_PORT macro wrongly thinks that all output ports except the first one are monitor ports, originating in the merger instead of the splitter. This change fixes that and it also completely disables exposing monitor ports, even if they are enabled, when both sides are in dsp mode (fmt_input_port_info() also uses the same macro to check if the monitor ports are to be exposed) |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||