mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
settings: improve graph recalc reason
This commit is contained in:
parent
2e199eba43
commit
53dbfa79c3
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ static int metadata_property(void *data, uint32_t subject, const char *key,
|
|||
recalc = true;
|
||||
}
|
||||
if (recalc)
|
||||
pw_context_recalc_graph(context, "properties changed");
|
||||
pw_context_recalc_graph(context, "settings changed");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue