mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-14 11:08:10 +02:00
there are underlying issues with the state management of the graph, so it's not a very good idea to rely on it to activate / deactivate our convert node depending on the links that exist instead, track the links ourselves and create/destroy the corresponding links to the target node accordingly; it's a more robust approach it was also not entirely correct that we would previously configure the convert node to be a driver (node.driver=true); maybe this caused the underlying issues in the first place... we don't need it now anyway, so it's gone |
||
|---|---|---|
| .. | ||
| module-config-endpoint | ||
| module-config-policy | ||
| module-config-static-objects | ||
| module-device-activation | ||
| module-si-adapter | ||
| meson.build | ||
| module-client-permissions.c | ||
| module-config-endpoint.c | ||
| module-config-policy.c | ||
| module-config-static-objects.c | ||
| module-device-activation.c | ||
| module-monitor.c | ||
| module-node-suspension.c | ||
| module-session-settings.c | ||
| module-si-adapter.c | ||
| module-si-audio-softdsp-endpoint.c | ||
| module-si-convert.c | ||
| module-si-monitor-endpoint.c | ||
| module-si-simple-node-endpoint.c | ||
| module-si-standard-link.c | ||