Closed
Bug 1376509
Opened 8 years ago
Closed 8 years ago
Bump supported playbackRates to [1/16, 16]
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Tracking
()
RESOLVED
FIXED
mozilla56
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | fixed |
People
(Reporter: cpearce, Assigned: cpearce)
Details
Attachments
(1 file)
It looks like Chromium clamps to playbackRate of their underlying player into the range [1/16, 16]:
https://cs.chromium.org/chromium/src/media/blink/webmediaplayer_impl.cc?l=662&rcl=a50819a86ab1ebb6c0c22b2f60c47119534c58a9
https://cs.chromium.org/chromium/src/media/blink/webmediaplayer_impl.cc?l=106&rcl=a50819a86ab1ebb6c0c22b2f60c47119534c58a9
We should match their rates, so that stuff that works in Chrome works in Firefox.
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8881819 [details]
Bug 1376509 - Bump supported playack rates to [1/16,16].
https://reviewboard.mozilla.org/r/152892/#review158210
Attachment #8881819 -
Flags: review?(padenot) → review+
Pushed by cpearce@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fda760636615
Bump supported playack rates to [1/16,16]. r=padenot
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Updated•7 years ago
|
Assignee: nobody → cpearce
You need to log in
before you can comment on or make changes to this bug.
Description
•