wireplumber/tests/wp
George Kiagiadakis d13e411da3 lib: use WP_PROXY_FEATURE_LAST with a shift when declaring additional features
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.
2020-05-12 18:18:24 +03:00
..
endpoint.c lib: implement a wp_init() function 2020-05-11 15:45:09 +03:00
meson.build lib: implement WpObjectInterest 2020-05-01 19:21:08 +03:00
object-interest.c lib: implement WpObjectInterest 2020-05-01 19:21:08 +03:00
properties.c debug: update all library code to use the new debug system 2020-04-14 18:31:17 +03:00
proxy.c lib: implement a wp_init() function 2020-05-11 15:45:09 +03:00
session-item.c lib: implement a wp_init() function 2020-05-11 15:45:09 +03:00
session.c lib: use WP_PROXY_FEATURE_LAST with a shift when declaring additional features 2020-05-12 18:18:24 +03:00
spa-pod.c spa-pod: rename wp_spa_pod_iterator_new to wp_spa_pod_iterate 2020-05-11 12:03:43 +03:00
spa-props.c lib: implement a wp_init() function 2020-05-11 15:45:09 +03:00
spa-type.c debug: update all library code to use the new debug system 2020-04-14 18:31:17 +03:00
transition.c debug: update all library code to use the new debug system 2020-04-14 18:31:17 +03:00