improve debug

This commit is contained in:
Wim Taymans 2021-03-29 11:41:06 +02:00
parent 74c6af1c55
commit 73f50bb964
2 changed files with 15 additions and 11 deletions

View file

@ -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);