mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
protocol-native: update the properties correctly
This commit is contained in:
parent
9af26d1718
commit
8a1ed01923
1 changed files with 1 additions and 1 deletions
|
|
@ -1684,7 +1684,7 @@ static int create_servers(struct pw_protocol *this, struct pw_impl_core *core,
|
|||
info.gid = getgid();
|
||||
|
||||
pw_properties_clear(p);
|
||||
pw_properties_copy(props);
|
||||
pw_properties_update(p, &props->dict);
|
||||
|
||||
while (spa_json_get_string(&it[2], key, sizeof(key)) > 0) {
|
||||
const char *value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue