mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
bluez5: add info key indicating glib mainloop is usable
This commit is contained in:
parent
93a473eff6
commit
25f36e4334
3 changed files with 16 additions and 0 deletions
|
|
@ -136,6 +136,10 @@ extern "C" {
|
|||
#define SPA_KEY_API_JACK_SERVER "api.jack.server" /**< a jack server name */
|
||||
#define SPA_KEY_API_JACK_CLIENT "api.jack.client" /**< an internal jack client */
|
||||
|
||||
/** keys for glib api */
|
||||
#define SPA_KEY_API_GLIB_MAINLOOP "api.glib.mainloop" /**< whether glib mainloop runs
|
||||
* in same thread as PW loop */
|
||||
|
||||
/**
|
||||
* \}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue