mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -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)
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue