client-node0: remap target node property

This commit is contained in:
Wim Taymans 2019-12-17 17:55:15 +01:00
parent 616806bec2
commit 2a4c57798d

View file

@ -1233,7 +1233,8 @@ static void convert_properties(struct pw_properties *properties)
struct { struct {
const char *from, *to; const char *from, *to;
} props[] = { } props[] = {
{ "pipewire.autoconnect", PW_KEY_NODE_AUTOCONNECT, } { "pipewire.autoconnect", PW_KEY_NODE_AUTOCONNECT, },
{ "pipewire.target.node", PW_KEY_NODE_TARGET, }
}; };
uint32_t i; uint32_t i;
const char *str; const char *str;