systemclock: introduce a minimum wait time
authorMatthew Waters <matthew@centricular.com>
Wed, 15 Apr 2020 10:27:36 +0000 (20:27 +1000)
committerMatthew Waters <matthew@centricular.com>
Thu, 16 Apr 2020 01:26:59 +0000 (01:26 +0000)
commitde0ec87ba13bc087fbdd67ef2a40d5dcaf2610da
treeff2fce8934a76d76dcba75fa61bca7dc0d49ed43
parent6f9a63a10daf51957ea54edddec5c91d695f27d4
systemclock: introduce a minimum wait time

There is not point waiting if the time to wait is less than this
platform specific value.  The worst case here is GCond usage on windows
where the granularity is 1ms.
gst/gstsystemclock.c