gstreamer/libs/gst
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
..
base Fix up and add various "Since" markers and other related docs fixes 2020-06-19 13:10:53 +01:00
check check: Use g_thread_yield instead of g_usleep(1) 2020-07-08 05:16:28 +09:00
controller Remove autotools build system 2019-10-13 16:10:42 +01:00
helpers ptp: Add GNU Hurd to the list of supported platforms and fix the Solaris name 2020-07-03 11:45:36 +03:00
net gstreamer: use of g_value_dup_string 2019-12-18 15:57:54 +01:00
meson.build meson: Always use a dependency object for dependencies 2018-09-05 16:33:43 +05:30