mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
The `LoopUtils` interface can be used on platforms that don't support the Linux-specific `timerfd` interface. Added `local-videotestsrc` to validate the plugin still functions. Restructured the SDL event loop as the window would not update under WSL2, resulting in a black window being shown. All rendering in SDL2 must happen on the same thread that originally created the renderer. To prevent the SDL event loop from being starved, we make sure to poll it at least every 100 ms. |
||
|---|---|---|
| .. | ||
| adapter-control.c | ||
| example-control.c | ||
| local-libcamera.c | ||
| local-v4l2.c | ||
| local-videotestsrc.c | ||
| meson.build | ||