mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
log: dynamically load the logger API
This commit is contained in:
parent
b4fdcbd322
commit
0af8377d10
14 changed files with 134 additions and 200 deletions
|
|
@ -144,6 +144,9 @@ struct pw_context {
|
|||
|
||||
struct pw_loop *loop; /**< the loop */
|
||||
|
||||
struct spa_support *support; /**< support for spa plugins */
|
||||
uint32_t n_support; /**< number of support items */
|
||||
|
||||
struct pw_proxy *core_proxy; /**< proxy for the core object */
|
||||
struct pw_proxy *registry_proxy; /**< proxy for the registry object. Can
|
||||
* be NULL when \ref PW_CONTEXT_FLAG_NO_PROXY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue