Files
obs-studio/plugins
Ivan Molodetskikh a7de3f4bde linux-pipewire: Dup syncobj fds
PipeWire format renegotiation runs in parallel with video rendering.

When the stream format is renegotiated, PipeWire removes the existing
buffers and closes the syncobj file descriptors. At the same time, the
video rendering thread may try to import the (already closed) syncobj
acquire fd, and hang on waiting for the fence to become available.

This is not a problem for the dmabuf fd because it's imported into a
texture right away, which doesn't disappear when PipeWire closes the fd.

This commit adds duping to the syncobj fds so that they too remain open
as long as the rendering thread may access them.
2025-07-25 13:55:31 -04:00
..
2025-07-01 13:34:08 -04:00
2025-07-01 13:34:08 -04:00
2025-07-01 13:34:08 -04:00
2025-07-01 13:34:08 -04:00
2025-06-09 14:55:50 -04:00
2025-07-01 13:34:08 -04:00