systemclock: fall back to g_get_monotonic_time
authortyler-aicradle <tyler@safex.ai>
Thu, 27 May 2021 21:01:17 +0000 (16:01 -0500)
committertyler-aicradle <tyler@safex.ai>
Thu, 27 May 2021 21:01:17 +0000 (16:01 -0500)
commitea331441476c4730258cd49deb2d6a2ff90cc492
tree61026ea6279e4ba858dad7a4289e60a4d478f370
parent5328941632255c5b7a9652b0446aa74dbf4c5f4b
systemclock: fall back to g_get_monotonic_time

This allows us to cover the case where we're on some unknown system that
doesn't have a known native precision monotonic time source. Sadly this
reintroduces some of the complexity removed in previous commits.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/829>
gst/gstsystemclock.c