Bug 66247
Summary: | controls-after-reload.html test failing when using AVFoundationCF | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jeff Miller <jeffm> |
Component: | Media | Assignee: | Jeff Miller <jeffm> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | eric.carlson, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | All |
Jeff Miller
The controls-after-reload.html media test is failing when using AVFoundationCF. This appears to be related to the asset that this test is using, content/counting.mp4. If I change the test to use content/test.mp4 instead, it passes.
The test is failing because it never receives the canplaythrough event, which appears to be because the player item status never moves past MediaPlayerAVPlayerItemStatusPlaybackBufferEmpty, because AVCFPlayerItemIsPlaybackBufferEmpty() always returns true.
run-webkit-tests LayoutTests/media/controls-after-reload.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/9956035>
Jeff Miller
This was fixed by a newer version of AVFoundationCF.