Bug 247729
| Summary: | Messages passing shared CARingBuffer handle pass also the frame count | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | Media | Assignee: | Kimmo Kinnunen <kkinnunen> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Kimmo Kinnunen
Messages passing shared CARingBuffer handle pass also the frame count
This makes the messages more convoluted than needed.
The number of frames is inherent property of the buffer, and should be part of the buffer handle.
Contrast to SharedMemory::Handle, which passes the mach port as well as the expected memory area size.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102190399>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/6286
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/6349
EWS
Committed 256693@main (a1fc3fc6f009): <https://commits.webkit.org/256693@main>
Reviewed commits have been landed. Closing PR #6349 and removing active labels.