mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pulse: add user_data to core
This commit is contained in:
parent
ac4ad7c8f1
commit
5680e29716
1 changed files with 1 additions and 1 deletions
|
|
@ -419,7 +419,7 @@ pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *
|
||||||
pw_properties_update(props, &p->props->dict);
|
pw_properties_update(props, &p->props->dict);
|
||||||
|
|
||||||
loop = mainloop->userdata;
|
loop = mainloop->userdata;
|
||||||
core = pw_core_new(loop, NULL);
|
core = pw_core_new(loop, NULL, 0);
|
||||||
|
|
||||||
r = pw_remote_new(core, props, sizeof(struct pa_context));
|
r = pw_remote_new(core, props, sizeof(struct pa_context));
|
||||||
if (r == NULL)
|
if (r == NULL)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue