Bug 250367 - Disallow MSE with mp4 should AVStreamDataParser be non-functional
Summary: Disallow MSE with mp4 should AVStreamDataParser be non-functional
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-01-10 01:12 PST by Jean-Yves Avenard [:jya]
Modified: 2023-01-10 05:09 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-01-10 01:12:48 PST
SourceBufferParserAVFObjC only checks that AVStreamDataParser class exists, but on iPhone device the class is available, it just returns nil when being initialised.
Comment 1 Radar WebKit Bug Importer 2023-01-10 01:13:06 PST
<rdar://problem/104065947>
Comment 2 Jean-Yves Avenard [:jya] 2023-01-10 01:18:28 PST
Pull request: https://github.com/WebKit/WebKit/pull/8439
Comment 3 EWS 2023-01-10 05:08:58 PST
Committed 258716@main (1f860580a5b3): <https://commits.webkit.org/258716@main>

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