mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
node: we are supposed to produce data when != HAVE_DATA
We can produce data whenever the io area status != HAVE_DATA. We don't need to look for NEED_DATA. Also recycling buffer happens whenever the status != HAVE_DATA.
This commit is contained in:
parent
f9d6a42f63
commit
50ce87df32
6 changed files with 6 additions and 7 deletions
|
|
@ -1045,7 +1045,7 @@ static int impl_node_process(void *object)
|
|||
|
||||
spa_return_val_if_fail(this != NULL, -EINVAL);
|
||||
|
||||
spa_log_trace_fp(this->log, NAME " %p: process %d", this, this->n_links);
|
||||
spa_log_trace_fp(this->log, NAME " %p: process %d %d", this, this->n_links, this->n_nodes);
|
||||
|
||||
while (1) {
|
||||
res = SPA_STATUS_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue