clarify deprecated use of NODE_TARGET

This commit is contained in:
Wim Taymans 2023-01-10 17:21:02 +01:00
parent c3032c70b6
commit cab3e3c1ce
4 changed files with 6 additions and 1 deletions

View file

@ -1332,6 +1332,7 @@ static void convert_properties(struct pw_properties *properties)
const char *from, *to;
} props[] = {
{ "pipewire.autoconnect", PW_KEY_NODE_AUTOCONNECT, },
/* XXX deprecated */
{ "pipewire.target.node", PW_KEY_NODE_TARGET, }
};