Closed
Bug 1047205
Opened 10 years ago
Closed 10 years ago
[EME] Attach crypto info to encoded GMP video frames
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: cpearce, Assigned: cpearce)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
4.95 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
We need the decryption information that accompanies encoded GMP video frames to be implemented, so that GMPs can decrypt video frames.
Assignee | ||
Comment 1•10 years ago
|
||
Initialize GMPEncryptedBufferDataImpl from the output of our demuxer, and ensure that GMPVideoEncodedFrame can store a GMPEncryptedBufferDataImpl.
Attachment #8465956 -
Flags: review?(rjesup)
Comment 2•10 years ago
|
||
Comment on attachment 8465956 [details] [diff] [review]
Patch
Review of attachment 8465956 [details] [diff] [review]:
-----------------------------------------------------------------
::: content/media/gmp/GMPVideoEncodedFrameImpl.cpp
@@ +106,5 @@
> aFrameData.mBuffer() = mBuffer;
> aFrameData.mBufferType() = mBufferType;
> + if (mCrypto) {
> + mCrypto->RelinquishData(aFrameData.mDecryptionData());
> + }
spaces
Attachment #8465956 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•