[webkit-changes] [WebKit/WebKit] 7745b3: [MediaStream] Elapsed minutes and hours never go b...

Philippe Normand noreply at github.com
Tue Sep 10 01:36:28 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7745b3158a7dceeb2d01f0c59e75e33a63d8ac8d
      https://github.com/WebKit/WebKit/commit/7745b3158a7dceeb2d01f0c59e75e33a63d8ac8d
  Author: Philippe Normand <philn at igalia.com>
  Date:   2024-09-10 (Tue, 10 Sep 2024)

  Changed paths:
    M Source/WebCore/platform/mock/MockRealtimeVideoSource.cpp

  Log Message:
  -----------
  [MediaStream] Elapsed minutes and hours never go beyond 0 in the mock video source generated frames
https://bugs.webkit.org/show_bug.cgi?id=279361

Reviewed by Youenn Fablet.

The seconds value spans between 0 and 60, so infering minutes and hours from that would always lead
to 0.

* Source/WebCore/platform/mock/MockRealtimeVideoSource.cpp:
(WebCore::MockRealtimeVideoSource::drawText):

Canonical link: https://commits.webkit.org/283406@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list