mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
parent
b8c7b36d3b
commit
7a43769648
1 changed files with 2 additions and 1 deletions
|
|
@ -322,7 +322,8 @@ static void do_global_sync(struct global *g)
|
||||||
static void global_sync(struct global *g)
|
static void global_sync(struct global *g)
|
||||||
{
|
{
|
||||||
pa_context *c = g->context;
|
pa_context *c = g->context;
|
||||||
c->pending_seq = pw_core_sync(c->core, PW_ID_CORE, c->pending_seq);
|
if (c->core != NULL)
|
||||||
|
c->pending_seq = pw_core_sync(c->core, PW_ID_CORE, c->pending_seq);
|
||||||
g->sync = true;
|
g->sync = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue