mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
pulse: always load the registry
Always get the registry, even if we're not using the introspect API we still need it to keep track of the linked devices.
This commit is contained in:
parent
653465a1b1
commit
377b3f9d42
3 changed files with 7 additions and 105 deletions
|
|
@ -364,7 +364,6 @@ struct global *pa_context_find_global(pa_context *c, uint32_t id);
|
|||
const char *pa_context_find_global_name(pa_context *c, uint32_t id);
|
||||
struct global *pa_context_find_global_by_name(pa_context *c, uint32_t mask, const char *name);
|
||||
struct global *pa_context_find_linked(pa_context *c, uint32_t id);
|
||||
void pa_context_ensure_registry(pa_context *c);
|
||||
|
||||
struct pa_mem {
|
||||
struct spa_list link;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue