feat(host): recover desktop audio fanout after sink replacement

This commit is contained in:
2026-08-21 17:00:30 -04:00
parent 5a65f50c4b
commit d09ee9b02f
5 changed files with 632 additions and 67 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ impl Routing {
// by this actor connection, not a module owned by pipewire-pulse. The
// actor also absorbs the per-app router so every sink-owning mode has one
// graph lifetime and one readiness handshake.
let (graph_owner, mut event_rx) = AudioGraphOwner::start(
let (graph_owner, mut event_rx, _identity_rx) = AudioGraphOwner::start(
opts.app.clone(),
CaptureSinkSpec::for_pid(pid),
health.clone(),