[Webkit-unassigned] [Bug 180080] [EME][GStreamer] Add the full-sample encryption support in the GStreamer ClearKey decryptor
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 7 09:23:40 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=180080
Philippe Normand <pnormand at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pnormand at igalia.com
--- Comment #21 from Philippe Normand <pnormand at igalia.com> ---
Comment on attachment 331478
--> https://bugs.webkit.org/attachment.cgi?id=331478
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=331478&action=review
> Source/WebCore/platform/graphics/gstreamer/eme/WebKitClearKeyDecryptorGStreamer.cpp:293
> + unsigned sampleIndex = 0;
>
> if (sampleIndex < subSampleCount) {
This is wrong. Now sampleIndex is unconditionally 0. The assignment should be moved outside of the loop.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180507/ecfa4da9/attachment.html>
More information about the webkit-unassigned
mailing list