[Webkit-unassigned] [Bug 225532] New: [iOS] fix inconsistency around the meaning of `rate` and `defaultPlaybackRate` between WebKit and AVKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 11:52:58 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=225532

            Bug ID: 225532
           Summary: [iOS] fix inconsistency around the meaning of `rate`
                    and `defaultPlaybackRate` between WebKit and AVKit
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com

In AVKit, the `defaultPlaybackRate` is used when playback starts, such as resuming after pausing.

In WebKit, however, `defaultPlaybackRate` is only used when first loading and after ending scanning, instead using the `playbackRate` is used in all other cases, including when resuming after pausing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210507/ac2d0364/attachment.htm>


More information about the webkit-unassigned mailing list