From d3d31c4317a98b5781c9ddca10dc0045fee3141a Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sun, 7 Feb 2021 02:15:10 +0200 Subject: [PATCH] bluez5: don't force a2dp-source as driver Don't force a2dp-source to be driver, because it won't advance clock if the device is not sending data, and possibly blocks other streams. --- spa/plugins/bluez5/a2dp-source.c | 1 - 1 file changed, 1 deletion(-) diff --git a/spa/plugins/bluez5/a2dp-source.c b/spa/plugins/bluez5/a2dp-source.c index 849555b50..7ae1976d1 100644 --- a/spa/plugins/bluez5/a2dp-source.c +++ b/spa/plugins/bluez5/a2dp-source.c @@ -684,7 +684,6 @@ static void emit_node_info(struct impl *this, bool full) struct spa_dict_item node_info_items[] = { { SPA_KEY_DEVICE_API, "bluez5" }, { SPA_KEY_MEDIA_CLASS, "Stream/Output/Audio" }, - { SPA_KEY_NODE_DRIVER, "true" }, { SPA_KEY_NODE_LATENCY, "512/48000" }, { SPA_KEY_NODE_PAUSE_ON_IDLE, "false" }, { "media.name", ((this->transport && this->transport->device->name) ?