mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
While we are creating objects on the monitor connection, pause the policy connection until we have completed a roundtrip and the global id is bound to the new object. This way, when we resume the policy connection, we can always find the newly created and bound object. Without the pause, it's possible that we receive the new global on the policy connection before we got the bind reply on the monitor connection and then we would end up with 2 proxies that are not linked together correctly. Fixes #204 |
||
|---|---|---|
| .. | ||
| daemon | ||
| examples | ||
| extensions | ||
| gst | ||
| modules | ||
| pipewire | ||
| tests | ||
| tools | ||
| .gitignore | ||
| meson.build | ||