mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-20 01:40:28 -05:00
Move listeners to spa and rename to hooks
The listeners are generally useful in spa, move it there and rename to hooks. Implement loop hooks with it. Fix some cleanup issues in stream and remote
This commit is contained in:
parent
6b6b827a3b
commit
600055bd68
55 changed files with 428 additions and 383 deletions
|
|
@ -68,7 +68,7 @@ struct pw_global * pw_module_get_global(struct pw_module *module);
|
|||
const struct pw_module_info *pw_module_get_info(struct pw_module *module);
|
||||
|
||||
void pw_module_add_listener(struct pw_module *module,
|
||||
struct pw_listener *listener,
|
||||
struct spa_hook *listener,
|
||||
const struct pw_module_events *events,
|
||||
void *data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue