Bug 146818
| Summary: | Implement extraMemoryCost() in MediaPlayerPrivateMediaStreamAVFObjC | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matthew Daiter <mdaiter> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | bfulgham, eric.carlson, jonlee, mdaiter, webkit-bug-importer, webkit.review.bot |
| Priority: | P2 | Keywords: | InRadar, PlatformOnly |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 146746 | ||
Matthew Daiter
Need to implement this function inside of MediaPlayer's engine to make sure that the system can accurately calculate this.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/21757280>
Matthew Daiter
What does this even mean in context? Like, I get that the Tracks could add in an extra amount of memory to the engine, but how do you estimate "extraMemoryCost" of an engine...?
Comparing it to itself with new added tracks?
MediaPlayerPrivateMediaSourceAVFObjC::extraMemoryCost() returns 0.
Jon Lee
This is not needed.