mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
spa: add keys for properties
Define and document property keys
This commit is contained in:
parent
1f250046a3
commit
49ef8f9b5f
35 changed files with 333 additions and 134 deletions
|
|
@ -257,7 +257,7 @@ struct pw_node *pw_spa_node_load(struct pw_core *core,
|
|||
uint32_t n_support;
|
||||
|
||||
if (lib == NULL && properties)
|
||||
lib = pw_properties_get(properties, "spa.library.name");
|
||||
lib = pw_properties_get(properties, SPA_KEY_LIBRARY_NAME);
|
||||
if (lib == NULL)
|
||||
lib = pw_core_find_spa_lib(core, factory_name);
|
||||
if (lib == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue