pipewire/spa
Barnabás Pőcze 36bfd5263f spa: bluez: do not check if service is running
It is inherently racy, and we have a better way to ensure that
we won't autostart the service:

  dbus_message_set_auto_start()

So use that.

This commit also adds a missing call to `dbus_pending_call_unref()`
and indirectly fixes a type mismatch (`dbus_bool_t` vs. `bool`)
that was present in `is_dbus_service_running()`.
2023-05-03 11:27:25 +00:00
..
examples examples: fix type of getopt_long return value 2023-04-18 09:48:19 +02:00
include parser: add extra check to make coverity happy 2023-04-20 12:32:07 +02:00
plugins spa: bluez: do not check if service is running 2023-05-03 11:27:25 +00:00
tests treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
tools treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
meson.build spa: fix wrong meson check for BAP 2023-03-26 15:12:55 +03:00