Closed
Bug 1172392
Opened 10 years ago
Closed 10 years ago
Align update of audio end time of decoded stream with that of AudioSink
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla41
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
Details
Attachments
(1 file, 1 obsolete file)
|
2.92 KB,
patch
|
jwwang
:
review+
|
Details | Diff | Splinter Review |
This will make the behavior of decoded stream more consistent with that of AudioSink and easier to unify them which are both consumers of audio/video data.
| Assignee | ||
Comment 1•10 years ago
|
||
| Assignee | ||
Comment 2•10 years ago
|
||
We should update mAudioEndTime as soon as we push audio data to the stream. This is consistent with the behavior of AudioSink and makes the result of GetDecodedAudioDuration() and AudioDecodedUsecs() more accurate.
| Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8617169 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
Thanks for the review!
| Assignee | ||
Comment 5•10 years ago
|
||
rebase.
Attachment #8617169 -
Attachment is obsolete: true
Attachment #8617736 -
Flags: review+
Comment 7•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•