WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
191129
MediaSource.isTypeSupported('video/mp4; codecs="hvc1.1.6.L60.B0') is inproperly rejected
https://bugs.webkit.org/show_bug.cgi?id=191129
Summary
MediaSource.isTypeSupported('video/mp4; codecs="hvc1.1.6.L60.B0') is inproper...
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
<
rdar://problem/45709728
>
Jer Noble
Comment 3
2018-10-31 13:21:29 PDT
Created
attachment 353524
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug