mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: don't broadcast remove event when a module wasn't loaded
This commit is contained in:
parent
f26358e958
commit
4d02233ff3
3 changed files with 9 additions and 5 deletions
|
|
@ -63,6 +63,7 @@ struct module {
|
|||
const struct module_methods *methods;
|
||||
struct spa_hook_list listener_list;
|
||||
void *user_data;
|
||||
unsigned int loaded:1;
|
||||
};
|
||||
|
||||
struct module *module_new(struct impl *impl, const struct module_methods *methods, size_t user_data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue