mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
We don't always need to send buffers to a remote port, when the port is an output port, all the mix ports use the same buffers. This means that when we add another link to a port, we don't get the mix_info anymore and then we don't know the peer_id and we don't complete the link and we don't call the connection_callback. Instead, send the mix_info right before sending the Buffer Io area. We always do this for all mix io and after we have sent the buffers so this is a better place. Fixes #2841 |
||
|---|---|---|
| .. | ||
| examples | ||
| jack | ||
| src | ||
| meson.build | ||