Constant re_renderer::video::player::DECODING_GRACE_DELAY
source · const DECODING_GRACE_DELAY: Duration;
Expand description
Ignore hickups lasting shorter than this.
Delaying error reports (and showing last-good images meanwhile) allows us to skip over transient errors without flickering.
Same with showing a spinner: if we show it too fast, it is annoying.