mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
parent
ae31ee92e7
commit
d7802202b0
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ static GstPipeWireCore *make_core (int fd)
|
||||||
core->fd = fd;
|
core->fd = fd;
|
||||||
core->loop = pw_thread_loop_new ("pipewire-main-loop", NULL);
|
core->loop = pw_thread_loop_new ("pipewire-main-loop", NULL);
|
||||||
core->context = pw_context_new (pw_thread_loop_get_loop(core->loop), NULL, 0);
|
core->context = pw_context_new (pw_thread_loop_get_loop(core->loop), NULL, 0);
|
||||||
|
core->last_seq = -1;
|
||||||
GST_DEBUG ("loop %p context %p", core->loop, core->context);
|
GST_DEBUG ("loop %p context %p", core->loop, core->context);
|
||||||
|
|
||||||
if (pw_thread_loop_start (core->loop) < 0)
|
if (pw_thread_loop_start (core->loop) < 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue