mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
node: fix pause
This commit is contained in:
parent
3f4ccaaea2
commit
a1c0bef2ed
1 changed files with 3 additions and 0 deletions
|
|
@ -1281,7 +1281,10 @@ do_remove_link (SpaPoll *poll,
|
||||||
PinosLink *link = ((PinosLink**)data)[0];
|
PinosLink *link = ((PinosLink**)data)[0];
|
||||||
SpaResult res;
|
SpaResult res;
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
/* FIXME we should only pause when all links are gone */
|
||||||
pinos_port_pause (port);
|
pinos_port_pause (port);
|
||||||
|
#endif
|
||||||
|
|
||||||
g_ptr_array_remove_fast (priv->rt.links, link);
|
g_ptr_array_remove_fast (priv->rt.links, link);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue