Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6f0a388072ca2572cb032dad566beca32af1de55
https://github.com/WebKit/WebKit/commit/6f0a388072ca2572cb032dad566beca32af1de55
Author: Fady Farag <[email protected]>
Date: 2026-08-04 (Tue, 04 Aug 2026)
Changed paths:
M
Source/WebCore/platform/mediarecorder/cocoa/MediaRecorderPrivateWriterAVFObjC.mm
Log Message:
-----------
MediaRecorder drops pending video frames when recording is stopped
https://bugs.webkit.org/show_bug.cgi?id=320943
rdar://183975207
Reviewed by Jean-Yves Avenard.
Previously in `MediaRecorderPrivateWriterAVFObjC::close()`, `audioSamples` was
captured instead of `videoSamples` in the video input's block, dropping pending
video frames when a recording was stopped. This captures `videoSamples`,
which is the intended behavior.
*
Source/WebCore/platform/mediarecorder/cocoa/MediaRecorderPrivateWriterAVFObjC.mm:
(WebCore::MediaRecorderPrivateWriterAVFObjC::close):
Canonical link: https://commits.webkit.org/318595@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications