Closed
Bug 670055
Opened 14 years ago
Closed 14 years ago
Make DecodeToTarget sample accurate for audio
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox8 | --- | fixed |
People
(Reporter: cpearce, Assigned: cpearce)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
3.56 KB,
patch
|
kinetik
:
review+
|
Details | Diff | Splinter Review |
Our seeks use nsBuiltinDecoderReader::DecodeToTarget() to decode up to the seek target after the main seek returns. This pumps the decode until the decode produces a VideoData and/or SoundData which contains the seek target. But for audio we'll begin playback at the start of the SoundData, not at the actual seek target. There could be an unknown amount of sound data before the seek target, reducing the accuracy of our seek.
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #544668 -
Flags: review?(kinetik)
Updated•14 years ago
|
Attachment #544668 -
Flags: review?(kinetik) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Whiteboard: [inbound]
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
Assignee | ||
Updated•14 years ago
|
Updated•13 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•