remove pipewire/private.h includes when possible

In many places this is not needed.
Expose pw_impl_node_set_param() for adapter.
This commit is contained in:
Wim Taymans 2023-01-20 16:08:38 +01:00
parent ee55df9f9e
commit 164e343dbf
40 changed files with 40 additions and 57 deletions

View file

@ -75,8 +75,6 @@ struct pw_avb *pw_avb_new(struct pw_context *context,
goto error_free;
}
impl->work_queue = pw_context_get_work_queue(context);
spa_list_init(&impl->servers);
avdecc_server_new(impl, &props->dict);

View file

@ -45,7 +45,6 @@ struct impl {
unsigned do_disconnect:1;
struct pw_properties *props;
struct pw_work_queue *work_queue;
struct spa_list servers;
};