mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
Some jack clients will take a lock before doing IPC and then will take the same lock in a notify callback. This prevents the IPC from progressing and causes a deadlock. Make a separate thread to dispatch the notify so that we don't block the IPC in any case. Fixes #3585 |
||
|---|---|---|
| .. | ||
| control.c | ||
| dummy.c | ||
| export.c | ||
| meson.build | ||
| metadata.c | ||
| net.c | ||
| pipewire-jack-extensions.h | ||
| pipewire-jack.c | ||
| pw-jack.in | ||
| ringbuffer.c | ||
| statistics.c | ||
| uuid.c | ||