Skip to content

systemclock: Restore default clock mode to monotonic for non-linux system

Seungha Yang requested to merge seungha.yang/gstreamer:systemclock-fix into master

Before the MR !829 (merged) Windows and macOS system clock used monotonic clock regardless of selected clock mode. And because of clock resolution, we should prefer monotonic over realtime unless realtime clock is selected explicitly.

Merge request reports