Bug 266447 - [MSE] MediaSourcePrivateRemote hiding base m_sourceBuffers member
Summary: [MSE] MediaSourcePrivateRemote hiding base m_sourceBuffers member
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jean-Yves Avenard [:jya]
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-12-14 16:43 PST by Jean-Yves Avenard [:jya]
Modified: 2023-12-15 00:17 PST (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 Jean-Yves Avenard [:jya] 2023-12-14 16:43:19 PST
MediaSourcePrivateRemote incorrectly uses its own m_sourceBuffers array, it should be using the one from the base class.

it was missed in 270354@main
Comment 1 Radar WebKit Bug Importer 2023-12-14 16:43:35 PST
<rdar://problem/119694935>
Comment 2 Jean-Yves Avenard [:jya] 2023-12-14 16:46:38 PST
Pull request: https://github.com/WebKit/WebKit/pull/21839
Comment 3 EWS 2023-12-15 00:17:00 PST
Committed 272098@main (ab512fb562c3): <https://commits.webkit.org/272098@main>

Reviewed commits have been landed. Closing PR #21839 and removing active labels.