mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
pipewire: expose pw_impl_module_schedule_destroy()
And then remove the custom code in the example sink/source.
This commit is contained in:
parent
164e343dbf
commit
ca1b32393d
4 changed files with 9 additions and 46 deletions
|
|
@ -1299,8 +1299,6 @@ void pw_settings_init(struct pw_context *context);
|
|||
int pw_settings_expose(struct pw_context *context);
|
||||
void pw_settings_clean(struct pw_context *context);
|
||||
|
||||
void pw_impl_module_schedule_destroy(struct pw_impl_module *module);
|
||||
|
||||
pthread_attr_t *pw_thread_fill_attr(const struct spa_dict *props, pthread_attr_t *attr);
|
||||
|
||||
/** \endcond */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue