mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-24 08:56:47 -05:00
proxy: use 0 as the core resource
Make it possible to insert and object with a fixed id for the proxy. Make it possible to choose an id for a resource.
This commit is contained in:
parent
3e472c2dae
commit
ff659ad1a7
3 changed files with 24 additions and 8 deletions
|
|
@ -597,7 +597,7 @@ pinos_context_connect_fd (PinosContext *context,
|
|||
impl);
|
||||
|
||||
context->core_proxy = pinos_proxy_new (context,
|
||||
SPA_ID_INVALID,
|
||||
0,
|
||||
context->uri.core);
|
||||
if (context->core_proxy == NULL)
|
||||
goto no_proxy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue