mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
global: allow property updated for registered globals
The idea of fd2db174c1 was to allow for
property updates after the global was registered but this check was not
removed to actually make this happen.
Fixes #4851
This commit is contained in:
parent
e8ae244b2b
commit
1d437dfb8e
1 changed files with 0 additions and 2 deletions
|
|
@ -237,8 +237,6 @@ SPA_EXPORT
|
|||
int pw_global_update_keys(struct pw_global *global,
|
||||
const struct spa_dict *dict, const char * const keys[])
|
||||
{
|
||||
if (global->registered)
|
||||
return -EINVAL;
|
||||
return pw_properties_update_keys(global->properties, dict, keys);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue