Files
ladybird/Libraries/LibMedia/Sinks
Zaggy1024 17726f76e5 LibMedia: Skip DisplayingVideoSink::update() if the provider is null
We could hit a VERIFY in RefPtr if there was a seek in flight while the
PlaybackManager was being destroyed, since finishing a seek would run
DisplayingVideoSink::resume_updates() which would then check if there
is a new frame to display.
2026-01-30 16:58:38 +01:00
..