mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-20 08:56:56 -05:00
improve debug
This commit is contained in:
parent
74c6af1c55
commit
73f50bb964
2 changed files with 15 additions and 11 deletions
|
|
@ -595,7 +595,7 @@ static int setup_mixer(struct pw_impl_port *port, const struct spa_pod *param)
|
|||
return res;
|
||||
}
|
||||
|
||||
pw_log_debug("mix node %p", iface);
|
||||
pw_log_debug("mix node handle:%p iface:%p", handle, iface);
|
||||
pw_impl_port_set_mix(port, (struct spa_node*)iface,
|
||||
PW_IMPL_PORT_MIX_FLAG_MULTI |
|
||||
PW_IMPL_PORT_MIX_FLAG_NEGOTIATE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue