Bug 191129

Summary: MediaSource.isTypeSupported('video/mp4; codecs="hvc1.1.6.L60.B0') is inproperly rejected
Product: WebKit Reporter: Jer Noble <jer.noble>
Component: New BugsAssignee: Jer Noble <jer.noble>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Jer Noble
Reported 2018-10-31 13:14:05 PDT
MediaSource.isTypeSupported('video/mp4; codecs="hvc1.1.6.L60.B0') is inproperly rejected
Attachments
Patch (4.74 KB, patch)
2018-10-31 13:21 PDT, Jer Noble
no flags
Jer Noble
Comment 1 2018-10-31 13:17:02 PDT
It appears that we are rejecting the codec string because we are folding the content type to lowercase, and the "L" in the codec string is rejected as "l".
Radar WebKit Bug Importer
Comment 2 2018-10-31 13:17:39 PDT
Jer Noble
Comment 3 2018-10-31 13:21:29 PDT
WebKit Commit Bot
Comment 4 2018-10-31 14:52:15 PDT
Comment on attachment 353524 [details] Patch Clearing flags on attachment: 353524 Committed r237655: <https://trac.webkit.org/changeset/237655>
WebKit Commit Bot
Comment 5 2018-10-31 14:52:16 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.