mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
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:
parent
d68bad4673
commit
d3d31c4317
1 changed files with 0 additions and 1 deletions
|
|
@ -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) ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue