Skip to content

Generate presentation timestamps from std::chrono::steady_clock if SPA_META_Header is missing

Vlad Zahorodnii requested to merge work/cherry-pick-3f8849c0 into Plasma/6.0

Timestamps are expected to increase monotonically. On the other hand, std::chrono::system_clock's time can be arbitrarily adjusted. What we want instead is std::chrono::steady_clock.

(cherry picked from commit 3f8849c0)

Merge request reports