mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: serve module properties from static list
None of the modules really need a dynamic property list, so serve the properties from a static list.
This commit is contained in:
parent
774ade1467
commit
c9f632da9f
25 changed files with 26 additions and 1 deletions
|
|
@ -3464,7 +3464,7 @@ static int fill_ext_module_info(struct client *client, struct message *m,
|
|||
}
|
||||
if (client->version >= 15) {
|
||||
message_put(m,
|
||||
TAG_PROPLIST, module->props,
|
||||
TAG_PROPLIST, module->info->properties,
|
||||
TAG_INVALID);
|
||||
}
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue