mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
context: add option to disable registry
This commit is contained in:
parent
c29fed1ac8
commit
02d4dc0efd
9 changed files with 44 additions and 23 deletions
|
|
@ -269,7 +269,8 @@ main (int argc, char *argv[])
|
|||
&data.on_state_changed,
|
||||
on_state_changed);
|
||||
|
||||
pinos_context_connect (data.context);
|
||||
pinos_context_connect (data.context,
|
||||
PINOS_CONTEXT_FLAG_NO_REGISTRY);
|
||||
|
||||
pinos_loop_enter (data.loop);
|
||||
while (data.running) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue