pipewire/spa/examples
David Coles dd652d01b8 Port videotestsrc to LoopUtils
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.
2024-07-01 15:28:14 +00:00
..
adapter-control.c treewide: fix some format string issues 2024-04-25 07:24:10 +00:00
example-control.c treewide: mark some functions static 2023-07-03 19:40:31 +02:00
local-libcamera.c Port videotestsrc to LoopUtils 2024-07-01 15:28:14 +00:00
local-v4l2.c Port videotestsrc to LoopUtils 2024-07-01 15:28:14 +00:00
local-videotestsrc.c Port videotestsrc to LoopUtils 2024-07-01 15:28:14 +00:00
meson.build Port videotestsrc to LoopUtils 2024-07-01 15:28:14 +00:00