Closed
Bug 1754610
Opened 3 years ago
Closed 3 years ago
Make `media.clockdrift.buffering` unsigned
Categories
(Core :: Audio/Video: MediaStreamGraph, enhancement, P1)
Core
Audio/Video: MediaStreamGraph
Tracking
()
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: chunmin, Assigned: chunmin)
Details
Attachments
(1 file)
The media.clockdrift.buffering
's type was set to signed integer when introducing AudioDriftCorrection
in Bug 1637234 (D74884), but the buffering type of the AudioDriftCorrection
was changed to unsigned in Bug 1656438 (D89777). The media.clockdrift.buffering
should be updated to the unsigned integer as well.
Assignee | ||
Comment 1•3 years ago
|
||
The media.clockdrift.buffering
's type was set to signed integer when
introducing AudioDriftCorrection
in Bug 1637234 (D74884), but the
buffering type of the AudioDriftCorrection
was changed to unsigned in
Bug 1656438 (D89777). The media.clockdrift.buffering
should be updated
to the unsigned integer as well.
Pushed by cchang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/87ca82f4e2b2
Make media.clockdrift.buffering unsigned r=padenot
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•