mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
pulse: improve debug
This commit is contained in:
parent
e571c0bcb1
commit
acfb48e3da
2 changed files with 4 additions and 4 deletions
|
|
@ -639,7 +639,7 @@ jack_get_version_string(void)
|
|||
static void on_sync_reply(void *data, uint32_t id, int seq)
|
||||
{
|
||||
struct client *client = data;
|
||||
if (id != 0)
|
||||
if (id != PW_ID_CORE)
|
||||
return;
|
||||
client->last_sync = seq;
|
||||
pw_thread_loop_signal(client->context.loop, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue