mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
link: improve debug
This commit is contained in:
parent
6025b30a46
commit
ecc287edcf
1 changed files with 1 additions and 2 deletions
|
|
@ -1028,8 +1028,7 @@ do_deactivate_link(struct spa_loop *loop,
|
|||
{
|
||||
struct pw_link *this = user_data;
|
||||
|
||||
pw_log_trace("link %p: disable %p and %p %d", this, &this->rt.mix[0], &this->rt.mix[1],
|
||||
this->io->status);
|
||||
pw_log_trace("link %p: disable %p and %p", this, &this->rt.mix[0], &this->rt.mix[1]);
|
||||
|
||||
spa_graph_port_unlink(&this->rt.mix[SPA_DIRECTION_OUTPUT].port);
|
||||
spa_graph_port_remove(&this->rt.mix[SPA_DIRECTION_OUTPUT].port);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue