mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
bluez5: don't exit if system DBus goes down
Similarly as in spa_dbus, don't exit if bus goes down. Neither the audio or midi Bluetooth backend reconnects to DBus, but they shouldn't exit the process.
This commit is contained in:
parent
e0d3092f0a
commit
f5d544d996
2 changed files with 4 additions and 0 deletions
|
|
@ -1979,6 +1979,8 @@ impl_init(const struct spa_handle_factory *factory,
|
|||
goto fail;
|
||||
}
|
||||
|
||||
g_dbus_connection_set_exit_on_close(this->conn, FALSE);
|
||||
|
||||
this->node.iface = SPA_INTERFACE_INIT(
|
||||
SPA_TYPE_INTERFACE_Node,
|
||||
SPA_VERSION_NODE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue