mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pw_device_proxy -> pw_device
This commit is contained in:
parent
a8f1d756c3
commit
f1eb5f6046
13 changed files with 79 additions and 79 deletions
|
|
@ -61,7 +61,7 @@ static int make_device(struct data *data)
|
|||
data->device = pw_impl_factory_create_object(factory,
|
||||
NULL,
|
||||
PW_TYPE_INTERFACE_Device,
|
||||
PW_VERSION_DEVICE_PROXY,
|
||||
PW_VERSION_DEVICE,
|
||||
props, SPA_ID_INVALID);
|
||||
|
||||
pw_core_export(data->core, SPA_TYPE_INTERFACE_Device, NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue