mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pipewire: add info to interface load
Make it possible to pass info to interface load Enable color logs
This commit is contained in:
parent
8961e6d1c7
commit
f784da5505
4 changed files with 26 additions and 13 deletions
|
|
@ -809,7 +809,7 @@ static void client_node_initialized(void *data)
|
|||
if (media_type == impl->type.media_type.audio &&
|
||||
media_subtype == impl->type.media_subtype.raw) {
|
||||
if ((impl->adapter = pw_load_spa_interface("audioconvert/libspa-audioconvert",
|
||||
"splitter", SPA_TYPE__Node, NULL, 0)) == NULL)
|
||||
"splitter", SPA_TYPE__Node, NULL, 0, NULL)) == NULL)
|
||||
return;
|
||||
|
||||
impl->use_converter = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue