mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
client-node0: remap target node property
This commit is contained in:
parent
616806bec2
commit
2a4c57798d
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue