bluez: disable pause on idle by default

This commit is contained in:
Wim Taymans 2021-01-29 15:37:32 +01:00
parent ab5059cd07
commit 2a1875fc35
5 changed files with 5 additions and 1 deletions

View file

@ -664,6 +664,7 @@ static const struct spa_dict_item node_info_items[] = {
{ SPA_KEY_DEVICE_API, "bluez5" },
{ SPA_KEY_MEDIA_CLASS, "Audio/Sink" },
{ SPA_KEY_NODE_DRIVER, "true" },
{ SPA_KEY_NODE_PAUSE_ON_IDLE, "false" },
};
static void emit_node_info(struct impl *this, bool full)