Bug 243370 - [MSE] SourceBufferParser::Segment should take Ref<const SharedBuffer>
Summary: [MSE] SourceBufferParser::Segment should take Ref<const SharedBuffer>
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-07-30 04:33 PDT by Youssef Soliman
Modified: 2022-07-30 04:37 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Youssef Soliman 2022-07-30 04:33:22 PDT
Currently SourceBufferParser::Segments take in a Ref<SharedBuffer> when it should be taking Ref<const SharedBuffer>.
Comment 1 Radar WebKit Bug Importer 2022-07-30 04:37:34 PDT
<rdar://problem/97831219>