Closed
Bug 1257729
Opened 9 years ago
Closed 8 years ago
[EME] Fill out subsample info for WebM MediaRawData
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
People
(Reporter: cpearce, Assigned: bryce)
References
Details
When the WebM demuxer encounters encrypted samples, it extract the "subsample" information. This info describes which subsections of a sample are encrypted.
As an example, the place where we extract this data for MP4 is here:
http://mxr.mozilla.org/mozilla-central/source/media/libstagefright/binding/Index.cpp#120
Basically, all the MediaRawData objects that the WebMDemuxer returns must have their CryptoSample member is initialized.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → bvandyk
Mass change P2 -> P3
Priority: P2 → P3
Assignee | ||
Comment 2•8 years ago
|
||
Completed as part of webm-eme work, but forgot to resolve along with that work.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•