Bug 191129 - MediaSource.isTypeSupported('video/mp4; codecs="hvc1.1.6.L60.B0') is inproperly rejected
Summary: MediaSource.isTypeSupported('video/mp4; codecs="hvc1.1.6.L60.B0') is inproper...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jer Noble
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-10-31 13:14 PDT by Jer Noble
Modified: 2018-10-31 14:52 PDT (History)
3 users (show)

See Also:


Attachments
Patch (4.74 KB, patch)
2018-10-31 13:21 PDT, Jer Noble
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2018-10-31 13:14:05 PDT
MediaSource.isTypeSupported('video/mp4; codecs="hvc1.1.6.L60.B0') is inproperly rejected
Comment 1 Jer Noble 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".
Comment 2 Radar WebKit Bug Importer 2018-10-31 13:17:39 PDT
<rdar://problem/45709728>
Comment 3 Jer Noble 2018-10-31 13:21:29 PDT
Created attachment 353524 [details]
Patch
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2018-10-31 14:52:16 PDT
All reviewed patches have been landed.  Closing bug.