From e1fc51d96550330a0d0179d0568bb7987d84e195 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 16 Oct 2020 13:25:35 +0200 Subject: [PATCH] a2dp-sink: don't force flush --- spa/plugins/bluez5/a2dp-sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/bluez5/a2dp-sink.c b/spa/plugins/bluez5/a2dp-sink.c index 7d416cca1..3a2438e19 100644 --- a/spa/plugins/bluez5/a2dp-sink.c +++ b/spa/plugins/bluez5/a2dp-sink.c @@ -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) {