Skip to content

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

Vlad Zahorodnii requested to merge work/zzag/steady-clock-presentatioin into master

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.

Merge request reports