Closed
Bug 1186375
Opened 10 years ago
Closed 10 years ago
Add GMP EME flags for rendering capability and APIs to get this capability.
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: kikuo, Assigned: kikuo)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
2.77 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
According to Bug 1146795,
Need to provide a way to retrieve CDM rendering capability for MDSM or MediaDecoderReader.
Add these definition and provide APIs.
One minor add,
Do we need to replace
#define GMP_EME_CAP_DECRYPT_AND_DECODE_AUDIO
to
#define GMP_EME_CAP_DECODE_AUDIO ?
Because I assume that GME_EME_CAP_RENDER_AUDIO stands for capabilities of decrypt/decode/render. (To avoid lengthy naming)
But I'm not sure if others have the same thought.
| Assignee | ||
Comment 1•10 years ago
|
||
Comment on attachment 8637160 [details] [diff] [review]
Add GMP EME render flag _ 253975
Hi Chris,
Do you have time to review smalle patch ?
I got a f+ from JW in Bug 1146795 Attachment 8631654 [details] [diff], I think it should be ok to be reviewed.
Attachment #8637160 -
Flags: review?(cpearce)
Updated•10 years ago
|
Attachment #8637160 -
Flags: review?(cpearce) → review+
| Assignee | ||
Comment 2•10 years ago
|
||
Thanks Chris !
try result looks okay
https://treeherder.mozilla.org/#/jobs?repo=try&revision=faf5fd880bab
| Assignee | ||
Comment 3•10 years ago
|
||
Thanks Chris !
try result looks okay
https://treeherder.mozilla.org/#/jobs?repo=try&revision=faf5fd880bab
Keywords: checkin-needed
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•