Summary: | [EME] Add layout test for the MSE playback of ClearKey encrypted audio and video | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Yacine Bandou <bandou.yacine> | ||||||
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | calvaris, commit-queue, jer.noble, lforschler, olivier.blin, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Yacine Bandou
2018-01-12 07:58:04 PST
Created attachment 331208 [details]
Patch
Comment on attachment 331208 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=331208&action=review > LayoutTests/media/encrypted-media/clearKey/clearKey-cenc-audio-playback-mse.html:33 > + let ms = new MediaSourceLoaderSimple(video); You can probably use const here. > LayoutTests/media/encrypted-media/clearKey/clearKey-cenc-video-playback-mse.html:17 > + let emeHandler = new EncryptedMediaHandler(video, videoConf); You can probably use const here. > LayoutTests/media/encrypted-media/clearKey/clearKey-cenc-video-playback-mse.html:33 > + let ms = new MediaSourceLoaderSimple(video); Ditto. > LayoutTests/platform/wpe/TestExpectations:1132 > +webkit.org/b/180080 media/encrypted-media/clearKey/clearKey-cenc-audio-playback-mse.html [ Crash ] ? (In reply to Xabier RodrÃguez Calvar from comment #2) > Comment on attachment 331208 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=331208&action=review > > > LayoutTests/media/encrypted-media/clearKey/clearKey-cenc-audio-playback-mse.html:33 > > + let ms = new MediaSourceLoaderSimple(video); > > You can probably use const here. Yes > > > LayoutTests/media/encrypted-media/clearKey/clearKey-cenc-video-playback-mse.html:17 > > + let emeHandler = new EncryptedMediaHandler(video, videoConf); > > You can probably use const here. Yes > > > LayoutTests/media/encrypted-media/clearKey/clearKey-cenc-video-playback-mse.html:33 > > + let ms = new MediaSourceLoaderSimple(video); > > Ditto. Yes > > > LayoutTests/platform/wpe/TestExpectations:1132 > > +webkit.org/b/180080 media/encrypted-media/clearKey/clearKey-cenc-audio-playback-mse.html [ Crash ] > > ? Crash because the content follow the full-sample encryption, thus the subSamplesBuffer is nul So we crash in this line: >Source/WebCore/platform/graphics/gstreamer/eme/WebKitClearKeyDecryptorGStreamer.cpp:240 GstMapInfo subSamplesMap; gboolean subsamplesBufferMapped = gst_buffer_map(subSamplesBuffer, &subSamplesMap, GST_MAP_READ); Created attachment 331335 [details]
Patch
Comment on attachment 331335 [details] Patch Clearing flags on attachment: 331335 Committed r226966: <https://trac.webkit.org/changeset/226966> All reviewed patches have been landed. Closing bug. |