Closed
Bug 1350813
Opened 8 years ago
Closed 8 years ago
Use 0 as the sentinel value of MediaSink::GetEndTime()
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Since the media timeline is zero-based, 0 is a good value to indicate
no data is played at all for MediaSink::GetEndTime().
Assignee | ||
Updated•8 years ago
|
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8851854 [details]
Bug 1350813. use 0 as the sentinel value of MediaSink::GetEndTime().
https://reviewboard.mozilla.org/r/124058/#review126666
Attachment #8851854 -
Flags: review?(kaku) → review+
Assignee | ||
Comment 3•8 years ago
|
||
Thanks!
Pushed by jwwang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/72f2cb99aab3
use 0 as the sentinel value of MediaSink::GetEndTime(). r=kaku
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•