gstreamer/libs/gst
Seungha Yang 95c8d8e4b5 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/644>
2020-09-24 22:28:12 +00:00
..
base aggregator: fix iteration direction in skip_buffers 2020-09-24 18:30:43 +00:00
check check: Use g_thread_yield instead of g_usleep(1) 2020-09-24 22:28:12 +00:00
controller libs: Fix various Since markers 2019-08-06 16:00:11 +01:00
helpers meson: set correct install path for gdb helper 2019-08-07 20:39:38 +01:00
net ptp clock: Wait for ANNOUNCE before selecting a master 2018-10-11 22:11:51 +11:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00
meson.build meson: Always use a dependency object for dependencies 2018-09-05 16:33:43 +05:30