mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
alsa-seq: ask for more data when consumed
This commit is contained in:
parent
6ad52b1a11
commit
b37bf7e068
1 changed files with 1 additions and 0 deletions
|
|
@ -570,6 +570,7 @@ static int process_write(struct seq_state *state)
|
|||
buffer = &port->buffers[io->buffer_id];
|
||||
d = &buffer->buf->datas[0];
|
||||
|
||||
io->status = SPA_STATUS_NEED_DATA;
|
||||
spa_node_call_reuse_buffer(&state->callbacks, i, io->buffer_id);
|
||||
|
||||
pod = spa_pod_from_data(d->data, d->maxsize, d->chunk->offset, d->chunk->size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue