mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -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
|
|
@ -208,7 +208,7 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args)
|
|||
factory = pw_impl_factory_new(context,
|
||||
"spa-device-factory",
|
||||
PW_TYPE_INTERFACE_Device,
|
||||
PW_VERSION_DEVICE_PROXY,
|
||||
PW_VERSION_DEVICE,
|
||||
NULL,
|
||||
sizeof(*data));
|
||||
if (factory == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue