link: go to PAUSED when mixers have buffers

This commit is contained in:
Wim Taymans 2019-07-29 17:09:19 +02:00
parent 5aba40752d
commit 3d2f5f2ab1
2 changed files with 23 additions and 29 deletions

View file

@ -466,6 +466,7 @@ struct pw_port_mix {
} port;
struct spa_io_buffers *io;
uint32_t id;
unsigned int have_buffers:1;
};
struct pw_port_implementation {