mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-03 15:50:23 +01:00
This allows to transparently wait until a link is PAUSED before returning from the activation transition. This way we can also catch negotiation/allocation errors while activating a link. PAUSED is used instead of ACTIVE because ACTIVE depends on the nodes being activated as well. There are cases where a link may not activate the nodes (ex, a passive link) and the link may remain PAUSED for a long time. Related to: #294 |
||
|---|---|---|
| .. | ||
| core.c | ||
| dbus.c | ||
| endpoint.c | ||
| factory.c | ||
| meson.build | ||
| metadata.c | ||
| object-interest.c | ||
| object-manager.c | ||
| properties.c | ||
| proxy.c | ||
| session-item.c | ||
| spa-json.c | ||
| spa-pod.c | ||
| spa-type.c | ||
| state.c | ||
| transition.c | ||