mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
props: make properties dynamic keys and values
This commit is contained in:
parent
048a4b81a8
commit
e28b5f91b8
15 changed files with 271 additions and 223 deletions
|
|
@ -101,7 +101,7 @@ pinos_spa_node_load (PinosCore *core,
|
|||
this = &impl->this;
|
||||
|
||||
if (setup_func != NULL) {
|
||||
if (setup_func (spa_node, properties) != SPA_RESULT_OK) {
|
||||
if (setup_func (core, spa_node, properties) != SPA_RESULT_OK) {
|
||||
pinos_log_debug ("Unrecognized properties");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue