mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
fmtconvert: only produce output when need_buffer
This commit is contained in:
parent
09cec04380
commit
db77de9258
1 changed files with 1 additions and 1 deletions
|
|
@ -802,7 +802,7 @@ static int impl_node_process(struct spa_node *node)
|
|||
|
||||
spa_log_trace(this->log, NAME " %p: status %d %d", this, inio->status, outio->status);
|
||||
|
||||
if (outio->status == SPA_STATUS_HAVE_BUFFER)
|
||||
if (outio->status != SPA_STATUS_NEED_BUFFER)
|
||||
return outio->status;
|
||||
|
||||
if (inio->status != SPA_STATUS_HAVE_BUFFER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue