mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-13 13:30:05 -05:00
impl-link: small cleanups
Use inode and onode for input and output nodes when deactivating, like we do for activate.
This commit is contained in:
parent
19964963d3
commit
40f58f43fb
1 changed files with 1 additions and 1 deletions
|
|
@ -812,7 +812,7 @@ do_deactivate_link(struct spa_loop *loop,
|
|||
spa_list_remove(&this->rt.out_mix.rt_link);
|
||||
spa_list_remove(&this->rt.in_mix.rt_link);
|
||||
|
||||
if (this->input->node != this->output->node) {
|
||||
if (impl->inode != impl->onode) {
|
||||
struct pw_node_activation_state *state;
|
||||
|
||||
spa_list_remove(&this->rt.target.link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue