mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
fmtconvert: also return inio status
This commit is contained in:
parent
43c8942be1
commit
f06c1723a8
1 changed files with 1 additions and 1 deletions
|
|
@ -811,7 +811,7 @@ static int impl_node_process(struct spa_node *node)
|
||||||
outio, outio->status, outio->buffer_id);
|
outio, outio->status, outio->buffer_id);
|
||||||
|
|
||||||
if (outio->status == SPA_STATUS_HAVE_BUFFER)
|
if (outio->status == SPA_STATUS_HAVE_BUFFER)
|
||||||
return SPA_STATUS_HAVE_BUFFER;
|
return inio->status | outio->status;
|
||||||
|
|
||||||
if (outio->buffer_id < outport->n_buffers) {
|
if (outio->buffer_id < outport->n_buffers) {
|
||||||
recycle_buffer(this, outport, outio->buffer_id);
|
recycle_buffer(this, outport, outio->buffer_id);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue