mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -05:00
modules: add usage to factories
Improve audio-dsp properties Fix some keys
This commit is contained in:
parent
d4def56bcb
commit
a672a9ee67
9 changed files with 44 additions and 29 deletions
|
|
@ -123,7 +123,9 @@ static int module_init(struct pw_module *module, struct pw_properties *propertie
|
|||
"client-device",
|
||||
SPA_TYPE_INTERFACE_Device,
|
||||
SPA_VERSION_DEVICE,
|
||||
NULL,
|
||||
pw_properties_new(
|
||||
PW_KEY_FACTORY_USAGE, CLIENT_DEVICE_USAGE,
|
||||
NULL),
|
||||
sizeof(*data));
|
||||
if (factory == NULL)
|
||||
return -ENOMEM;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue