Closed Bug 1325330 Opened 8 years ago Closed 8 years ago

[EME][Fennec] Create MediaCrypto object inside GeckoMediaDrmBridge's constructor.

Categories

(Core :: Audio/Video: Playback, defect, P3)

defect

Tracking

()

RESOLVED FIXED
mozilla53
Tracking Status
firefox53 --- fixed

People

(Reporter: kikuo, Assigned: JamesCheng)

References

Details

Attachments

(1 file)

Potential decryption failure! MediaCodec may get null MediaCrypto object.
Attachment #8821464 - Flags: review?(kikuo)
Comment on attachment 8821464 [details] Bug 1325330 - [EME][Fennec] Create MediaCrypto object inside GeckoMediaDrmBridge's constructor. https://reviewboard.mozilla.org/r/100770/#review101228 Thanks, LGTM. Not sure if you need another reviewer to land this or not. ::: mobile/android/base/java/org/mozilla/gecko/media/GeckoMediaDrmBridgeV21.java:39 (Diff revision 2) > private static final String INVALID_SESSION_ID = "Invalid"; > private static final String WIDEVINE_KEY_SYSTEM = "com.widevine.alpha"; > private static final boolean DEBUG = false; > private static final UUID WIDEVINE_SCHEME_UUID = > new UUID(0xedef8ba979d64aceL, 0xa3c827dcd51d21edL); > + private final int MAX_PROMISE_ID = Integer.MAX_VALUE; nit : static
Attachment #8821464 - Flags: review?(kikuo) → review+
Thanks
Pushed by jacheng@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/8e4f8410c08c [EME][Fennec] Create MediaCrypto object inside GeckoMediaDrmBridge's constructor. r=kikuo
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: