mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
fa34768729
By moving the functionality down to the testclock, the implementation no longer needs to poll the waits, but rather wait properly for them to be added. The performance-hit here would be that by polling the test-clock regularly, you would create contention on the testclock-lock, making code using the testclock (gst_clock_id_wait) fighting for the lock. |
||
---|---|---|
.. | ||
libcheck | ||
.gitignore | ||
check-prelude.h | ||
check.h | ||
gstbufferstraw.c | ||
gstbufferstraw.h | ||
gstcheck.c | ||
gstcheck.h | ||
gstconsistencychecker.c | ||
gstconsistencychecker.h | ||
gstharness.c | ||
gstharness.h | ||
gsttestclock.c | ||
gsttestclock.h | ||
Makefile.am | ||
meson.build |