From 28ea5b794d1b06d5c1917cfa076cc7323788af8b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 24 Apr 2021 19:44:49 +0200 Subject: [PATCH] node: make node.passive property This can be used to instruct the session manager to create passive links on input/output/all ports. --- src/pipewire/keys.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pipewire/keys.h b/src/pipewire/keys.h index de365449a..5326ca78f 100644 --- a/src/pipewire/keys.h +++ b/src/pipewire/keys.h @@ -154,6 +154,10 @@ extern "C" { * add a converter */ #define PW_KEY_NODE_VIRTUAL "node.virtual" /**< the node is some sort of virtual * object */ +#define PW_KEY_NODE_PASSIVE "node.passive" /**< indicate that a node wants passive links + * on output/input/all ports when the value is + * "out"/"in"/"true" respectively */ + /** Port keys */ #define PW_KEY_PORT_ID "port.id" /**< port id */ #define PW_KEY_PORT_NAME "port.name" /**< port name */