Bug 247430
| Summary: | CARingBuffer uses CAAudioStreamDescription in a redundant way | ||
|---|---|---|---|
| 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
CARingBuffer uses CAAudioStreamDescription in a redundant way
All CARingBuffer properties are described by channelCount, bytesPerFrame, frameCount.
The format considerations should come from the caller of fetch(), since the caller already knows by definition what kind of data the caller expects.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/101914553>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/6129
EWS
Committed 256392@main (678b80c4edb8): <https://commits.webkit.org/256392@main>
Reviewed commits have been landed. Closing PR #6129 and removing active labels.