node: fix pause

This commit is contained in:
Wim Taymans 2016-10-28 17:24:03 +02:00
parent 3f4ccaaea2
commit a1c0bef2ed

View file

@ -1281,7 +1281,10 @@ do_remove_link (SpaPoll *poll,
PinosLink *link = ((PinosLink**)data)[0];
SpaResult res;
#if 0
/* FIXME we should only pause when all links are gone */
pinos_port_pause (port);
#endif
g_ptr_array_remove_fast (priv->rt.links, link);