Skip to content
Commit 9a2189df authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

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

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)
parent b7119990
Pipeline #649368 passed with stage
in 1 minute and 28 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment