From 397c4648467001febcc8c430cfe25fb5c03f4e5f Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:12:30 +0100 Subject: [PATCH] Change comment --- src/media-source.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/media-source.ts b/src/media-source.ts index 05eb4e6..e47679b 100644 --- a/src/media-source.ts +++ b/src/media-source.ts @@ -1322,7 +1322,7 @@ export class MediaStreamVideoTrackSource extends VideoSource { return; } - // Generate an initial frame from the video element + // This will be the first frame const frame = new VideoFrame(video, { timestamp: 1000 * performance.now(), });