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.
This commit is contained in:
Pauli Virtanen 2021-02-07 02:15:10 +02:00 committed by Wim Taymans
parent d68bad4673
commit d3d31c4317

View file

@ -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) ?