mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-10 11:03:57 -04:00
This is done by unsetting the link to jack internal objects to their corresponding object.id, which is otherwise used when reacting to registry events. Without this, serials would "leak" when multiple jack objects have the same object id during lookup - the first serial would be picked as jack_port_id even if it's removed and would reference its node data instead of the new port. Unsetting object.id also means we need to refactor internals to lookup by serial instead of id. See #5356 for more |
||
|---|---|---|
| .. | ||
| examples | ||
| jack | ||
| src | ||
| meson.build | ||