mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
link: go to PAUSED when mixers have buffers
This commit is contained in:
parent
5aba40752d
commit
3d2f5f2ab1
2 changed files with 23 additions and 29 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue