mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
a2dp-sink: don't force flush
This commit is contained in:
parent
3be0e7e1c6
commit
e1fc51d965
1 changed files with 1 additions and 1 deletions
|
|
@ -568,7 +568,7 @@ again:
|
|||
spa_log_trace(this->log, NAME " %p: written %u frames", this, total_frames);
|
||||
}
|
||||
|
||||
written = flush_buffer(this, true);
|
||||
written = flush_buffer(this, false);
|
||||
if (written == -EAGAIN) {
|
||||
spa_log_trace(this->log, NAME" %p: delay flush", this);
|
||||
if (now_time - this->last_error > SPA_NSEC_PER_SEC / 2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue