Add dbus support interface

Add an interface that can manager a dbus connection.
Make a dbus interface in the core that can create connections running
in the core main loop. Keep this as support for spa plugins.
This commit is contained in:
Wim Taymans 2017-12-18 12:41:47 +01:00
parent 4d6ac37398
commit f7b6fea43d
7 changed files with 612 additions and 37 deletions

View file

@ -148,7 +148,7 @@ struct pw_core {
struct pw_loop *data_loop; /**< data loop for data passing */
struct pw_data_loop *data_loop_impl;
struct spa_support support[4]; /**< support for spa plugins */
struct spa_support support[16]; /**< support for spa plugins */
uint32_t n_support; /**< number of support items */
long sc_pagesize;