mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
bluez5: midi-node: implement server role
This commit is contained in:
parent
d30a0c5ee6
commit
2ef126885a
4 changed files with 208 additions and 38 deletions
|
|
@ -424,11 +424,7 @@ static void adapter_remove(struct spa_dbus_object *object)
|
|||
{
|
||||
struct adapter *adapter = SPA_CONTAINER_OF(object, struct adapter, object);
|
||||
|
||||
if (adapter->register_call) {
|
||||
dbus_pending_call_cancel(adapter->register_call);
|
||||
dbus_pending_call_unref(adapter->register_call);
|
||||
adapter->register_call = NULL;
|
||||
}
|
||||
spa_dbus_async_call_cancel(&adapter->register_call);
|
||||
}
|
||||
|
||||
static void bluez_remove(struct spa_dbus_object *object)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue