mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
volume: mark input busy while processing output
This commit is contained in:
parent
630dbd2c90
commit
c386eda653
1 changed files with 1 additions and 1 deletions
|
|
@ -709,7 +709,7 @@ static int impl_node_process_input(struct spa_node *node)
|
||||||
|
|
||||||
sbuf = in_port->buffers[input->buffer_id].outbuf;
|
sbuf = in_port->buffers[input->buffer_id].outbuf;
|
||||||
|
|
||||||
input->status = SPA_RESULT_NEED_BUFFER;
|
input->status = SPA_RESULT_OK;
|
||||||
|
|
||||||
do_volume(this, sbuf, dbuf);
|
do_volume(this, sbuf, dbuf);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue