mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-06-07 08:38:20 +02:00
Features are flags, therefore we must NEVER use them without a shift, otherwise bad mistakes happen, like the previous mistake of declaring WP_SESSION_FEATURE_LINKS as the number after WP_SESSION_FEATURE_ENDPOINTS, which ended up being (WP_SESSION_FEATURE_ENDPOINTS | WP_PROXY_FEATURE_PW_PROXY) and it was always becoming available together with the ENDPOINTS feature. |
||
|---|---|---|
| .. | ||
| endpoint.c | ||
| meson.build | ||
| object-interest.c | ||
| properties.c | ||
| proxy.c | ||
| session-item.c | ||
| session.c | ||
| spa-pod.c | ||
| spa-props.c | ||
| spa-type.c | ||
| transition.c | ||