Closed
Bug 1058549
Opened 10 years ago
Closed 10 years ago
Implement SourceBufferDecoder::GetEndMediaTime
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: cajbir, Assigned: cajbir)
References
Details
Attachments
(1 file)
(deleted),
patch
|
kinetik
:
review+
|
Details | Diff | Splinter Review |
SouceBufferDecoder::GetEndMediaTime needs to be implemented. The stub of '-1' causes the decoder state machine to call DecodeError().
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → cajbir.bugzilla
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8478965 -
Flags: review?(kinetik)
Comment 2•10 years ago
|
||
Reminding myself what this is for: WebMReader uses GetEndMediaTime to calculate the frame duration of the last packet. See http://mxr.mozilla.org/mozilla-central/source/content/media/webm/WebMReader.cpp#882
Updated•10 years ago
|
Attachment #8478965 -
Flags: review?(kinetik) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: ASSIGNED → 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
•