Bug 226350 - [Cocoa] Return immediately when asked to paint an AVPlayer that hasn't reached HaveCurrentData
Summary: [Cocoa] Return immediately when asked to paint an AVPlayer that hasn't reache...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eric Carlson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-27 13:11 PDT by Eric Carlson
Modified: 2021-05-28 09:43 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.55 KB, patch)
2021-05-27 13:21 PDT, Eric Carlson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2021-05-27 13:11:24 PDT
An AVPlayer that hasn't reached HaveCurrentData won't be able to provide a frame, so don't bother asking.
Comment 1 Eric Carlson 2021-05-27 13:17:45 PDT
rdar://77910715
Comment 2 Eric Carlson 2021-05-27 13:21:08 PDT
Created attachment 429916 [details]
Patch
Comment 3 EWS 2021-05-28 09:43:45 PDT
Committed r278203 (238246@main): <https://commits.webkit.org/238246@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 429916 [details].