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
|
|
@ -43,6 +43,8 @@ struct module_info {
|
|||
struct module *(*create) (struct impl *impl, const char *args);
|
||||
int (*load) (struct client *client, struct module *module);
|
||||
int (*unload) (struct module *module);
|
||||
|
||||
const struct spa_dict *properties;
|
||||
};
|
||||
|
||||
#define DEFINE_MODULE_INFO(name) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue