mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Keep track of the active number of mixer ports and update the global mix io in sync with the data thread because that is where we will check the state of the global mix io. This is mostly important for output ports. When removing all links from an output port, we first will clear all the mixer io and then remove the global mixer with client_node_port_set_mix_info(). If we don't clear the io before that, the data thread will be using that buffers as they are cleared. See !1915 |
||
|---|---|---|
| .. | ||
| examples | ||
| jack | ||
| src | ||
| meson.build | ||