gstreamer/libs/gst/check
Seungha Yang 4b6245597c check: Use g_thread_yield instead of g_usleep(1)
Since the commit
01c02ac08b,
g_usleep(1) will be translated to Sleep(1) on Windows which means
sleep in 1 millisecond. But GLib provides g_thread_yield() API
which is exactly what we required here for thread context switching.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/559>
2020-07-08 05:16:28 +09:00
..
libcheck Remove autotools build system 2019-10-13 16:10:42 +01:00
check-prelude.h libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
check.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstbufferstraw.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstbufferstraw.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstcheck.c gstcheck: remove bogus refcount asserts 2019-12-10 09:42:37 +01:00
gstcheck.h check: Use g_thread_yield instead of g_usleep(1) 2020-07-08 05:16:28 +09:00
gstconsistencychecker.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstconsistencychecker.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstharness.c harness: also forward context queries between harnesses 2020-04-24 12:51:07 +10:00
gstharness.h harness: Add gst_harness_pull_until_eos() 2019-10-07 17:47:47 +00:00
gsttestclock.c Add missing colons to Since markers in the docs 2020-05-01 10:07:09 +03:00
gsttestclock.h testclock: added single clock id process function 2019-12-04 16:02:59 +00:00
meson.build meson: fix warning about configure_file() install kwarg 2019-08-15 12:56:06 +01:00