remote: pass core_proxy to export function

We want to remove the need for the pw_remote in most cases.
This commit is contained in:
Wim Taymans 2019-12-05 11:15:04 +01:00
parent dd2fa2caee
commit 7594eabdc8
8 changed files with 18 additions and 25 deletions

View file

@ -43,7 +43,7 @@ static const struct spa_dict_item module_props[] = {
{ PW_KEY_MODULE_VERSION, PACKAGE_VERSION },
};
struct pw_proxy *pw_remote_spa_device_export(struct pw_remote *remote,
struct pw_proxy *pw_remote_spa_device_export(struct pw_core_proxy *core_proxy,
uint32_t type, struct pw_properties *props, void *object,
size_t user_data_size);