pipewire: expose pw_impl_module_schedule_destroy()

And then remove the custom code in the example sink/source.
This commit is contained in:
Wim Taymans 2023-01-20 16:10:06 +01:00
parent 164e343dbf
commit ca1b32393d
4 changed files with 9 additions and 46 deletions

View file

@ -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 */