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)
Core
Audio/Video: Playback
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.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8821464 -
Flags: review?(kikuo)
Comment hidden (mozreview-request) |
Reporter | ||
Comment 3•8 years ago
|
||
mozreview-review |
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+
Updated•8 years ago
|
Priority: -- → P3
Comment hidden (mozreview-request) |
Assignee | ||
Comment 5•8 years ago
|
||
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
Comment 7•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•