mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
impl-node: call implementor of node on xrun
Signal the eventfd of the node directly to run the driver node for a last time after an xrun
This commit is contained in:
parent
7edcfad7db
commit
604d60650a
1 changed files with 1 additions and 1 deletions
|
|
@ -1710,7 +1710,7 @@ static int node_ready(void *data, int status)
|
|||
state->pending, state->required);
|
||||
dump_states(node);
|
||||
}
|
||||
process_node(node);
|
||||
node_signal_func(node);
|
||||
} else {
|
||||
/* calculate CPU time */
|
||||
uint64_t new_signal = a->signal_time;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue