mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
impl-link: improve debug, add the node async state
This commit is contained in:
parent
d36171f7df
commit
2301d3000b
1 changed files with 2 additions and 1 deletions
|
|
@ -1396,8 +1396,9 @@ struct pw_impl_link *pw_context_create_link(struct pw_context *context,
|
||||||
this->name = spa_aprintf("%d.%d.%d -> %d.%d.%d",
|
this->name = spa_aprintf("%d.%d.%d -> %d.%d.%d",
|
||||||
output_node->info.id, output->port_id, this->rt.out_mix.port.port_id,
|
output_node->info.id, output->port_id, this->rt.out_mix.port.port_id,
|
||||||
input_node->info.id, input->port_id, this->rt.in_mix.port.port_id);
|
input_node->info.id, input->port_id, this->rt.in_mix.port.port_id);
|
||||||
pw_log_info("(%s) (%s) -> (%s) async:%d:%04x:%04x:%d", this->name, output_node->name,
|
pw_log_info("(%s) (%s) -> (%s) async:%d:%d:%d:%04x:%04x:%d", this->name, output_node->name,
|
||||||
input_node->name, output_node->driving,
|
input_node->name, output_node->driving,
|
||||||
|
output_node->async, input_node->async,
|
||||||
output->flags, input->flags, impl->async);
|
output->flags, input->flags, impl->async);
|
||||||
|
|
||||||
pw_impl_port_emit_link_added(output, this);
|
pw_impl_port_emit_link_added(output, this);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue