Audio volume unexpectedly is changed to 100% on video when seek
Categories
(Core :: Audio/Video: Playback, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr60 | --- | unaffected |
| firefox64 | --- | unaffected |
| firefox65 | --- | unaffected |
| firefox66 | --- | fixed |
People
(Reporter: alice0775, Assigned: achronop)
References
Details
(Keywords: regression)
Attachments
(2 files)
[Tracking Requested - why for this release]: volume broken after seek time
Reproducible: always:
Steps to reproduce:
- open youtube video and playback
(e.g https://www.youtube.com/watch?v=QXimzCqh3d0) - Change volume to very small such as 2%
- Seek the time slider
Actual Results:
The volume slider position is correct.
However, Suddenly, the volume is raised to 100%.
Expected Results:
Volume should not be changed
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=876faba9c48f5bee522dae19d91acde4b60efc86&tochange=849f81f21979e1eceec29e2b3f7dd769d64496e4
Regressed by:
849f81f21979 Alex Chronopoulos — Bug 1515549 - Avoid resetting volume in every AudioSink restart in case volume has changed outside firefox. r=jya
@Alex,
Your patch seems to cause the problem, Can you please look into this?
| Reporter | ||
Comment 1•7 years ago
|
||
| Reporter | ||
Comment 2•7 years ago
|
||
| Reporter | ||
Comment 3•7 years ago
|
||
Affected to any video.
https://assets.mozilla.net/video/firefox-home/quantum-vs-chrome.webm
| Assignee | ||
Comment 4•7 years ago
|
||
Thanks Alice, I'll take a look. BTW it does not happen on Linux and OSX here. Can you verify that?
Updated•7 years ago
|
| Assignee | ||
Updated•7 years ago
|
| Reporter | ||
Comment 5•7 years ago
|
||
(In reply to Alex Chronopoulos [:achronop] from comment #4)
Thanks Alice, I'll take a look. BTW it does not happen on Linux and OSX
here. Can you verify that?
At least, I can not reproduce this problem on Ubuntu18.04.
| Reporter | ||
Comment 6•7 years ago
|
||
Fixed by backed out the offending patch(Bug 1515549).
Description
•