RESOLVED FIXED 179752
[EME] Support generateRequest() in CDMFairPlayStreaming
https://bugs.webkit.org/show_bug.cgi?id=179752
Summary [EME] Support generateRequest() in CDMFairPlayStreaming
Jer Noble
Reported 2017-11-15 17:26:29 PST
[EME] SUpport generateRequest() in CDMFairPlayStreaming
Attachments
Patch (8.45 KB, patch)
2017-11-15 17:39 PST, Jer Noble
no flags
Patch (16.46 KB, patch)
2017-12-05 08:42 PST, Jer Noble
no flags
Patch for landing (17.70 KB, patch)
2017-12-07 11:08 PST, Jer Noble
no flags
Jer Noble
Comment 1 2017-11-15 17:39:33 PST
Jer Noble
Comment 2 2017-12-05 08:42:12 PST
Eric Carlson
Comment 3 2017-12-06 16:31:37 PST
Comment on attachment 328453 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=328453&action=review > Source/WebCore/platform/graphics/avfoundation/CDMFairPlayStreaming.cpp:143 > + if (result.first == "cbcs" || result.first == "cbc2" || result.first == "cbc1") Nit: these strings are used in several places, you should make them statics with MAKE_STATIC_STRING_IMPL(). > Source/WebCore/platform/graphics/avfoundation/CDMFairPlayStreaming.cpp:163 > + InitDataRegistry::shared().registerInitDataType("sinf", { CDMPrivateFairPlayStreaming::sanitizeSinf, CDMPrivateFairPlayStreaming::extractKeyIDsSinf }); Nit: ASCIILiteral("sinf")
Jer Noble
Comment 4 2017-12-07 11:08:42 PST
Created attachment 328708 [details] Patch for landing
WebKit Commit Bot
Comment 5 2017-12-07 11:46:57 PST
Comment on attachment 328708 [details] Patch for landing Clearing flags on attachment: 328708 Committed r225637: <https://trac.webkit.org/changeset/225637>
WebKit Commit Bot
Comment 6 2017-12-07 11:46:59 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7 2017-12-07 11:47:18 PST
Note You need to log in before you can comment on or make changes to this bug.