mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-24 07:00:05 -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
|
|
@ -823,7 +823,7 @@ gst_pinos_sink_open (GstPinosSink * pinossink)
|
|||
|
||||
pinos_signal_add (&pinossink->ctx->state_changed, &pinossink->ctx_state_changed, on_ctx_state_changed);
|
||||
|
||||
pinos_context_connect (pinossink->ctx);
|
||||
pinos_context_connect (pinossink->ctx, PINOS_CONTEXT_FLAG_NO_REGISTRY);
|
||||
|
||||
while (TRUE) {
|
||||
PinosContextState state = pinossink->ctx->state;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue