mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-06-30 13:14:16 -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
|
|
@ -86,6 +86,7 @@ struct module {
|
|||
|
||||
const struct module_info *module_info_next(struct impl *impl, const struct module_info *info);
|
||||
const struct module_info *module_info_find(struct impl *impl, const char *name);
|
||||
char *module_info_usage(const struct module_info *info);
|
||||
|
||||
struct module *module_create(struct impl *impl, const char *name, const char *args);
|
||||
void module_free(struct module *module);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue