mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-02 00:06:09 -04:00
pulse-server: actually print properties of module
When inspecting the loaded modules, actually list the properties that were used when loading the module instead of the informational generic ones from the info. Pulsaudio also does not list the Usage properties when listing modules.
This commit is contained in:
parent
9bcbd7b586
commit
d97a9bf44b
4 changed files with 41 additions and 22 deletions
|
|
@ -3567,7 +3567,7 @@ static int fill_ext_module_info(struct client *client, struct message *m,
|
|||
}
|
||||
if (client->version >= 15) {
|
||||
message_put(m,
|
||||
TAG_PROPLIST, module->info->properties,
|
||||
TAG_PROPLIST, module->props,
|
||||
TAG_INVALID);
|
||||
}
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue