Closed
Bug 1440252
Opened 7 years ago
Closed 7 years ago
getUserMedia processing test page does not function accordingly
Categories
(Core :: WebRTC: Audio/Video, defect, P2)
Tracking
()
VERIFIED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox58 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | verified |
People
(Reporter: ccomorasu, Assigned: pehrsons)
References
(Depends on 3 open bugs)
Details
(Keywords: regression)
Attachments
(1 file)
[Affected versions]:
Fx 60.0a1
[Affected platforms]:
Windows 10 x64
Ubuntu 16.04 LTS x64
macOS X 10.13.2
[Steps to reproduce]:
1. Launch Firefox.
2. Go to this page: "https://jsfiddle.net/jib1/n7bmkjnf/" and share the microphone.
3. Toggle the following checkboxes: echoCancellation, noiseSuppression, autoGainControl.
[Expected result]:
The checkboxes function accordingly.
[Actual result]:
The checkboxes cannot be checked.
[Regression range]:
Last good: 20180131100706
First bad: 20180201100326
Pushlog: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=7b46ef2ae1412b15ed45e7d2367ca491344729f7&tochange=17ade9f88b6ed2232be51bc02c6860562c3d31dc
[Additional notes]:
This test page is working on Google Chrome.
Reporter | ||
Updated•7 years ago
|
Has Regression Range: --- → yes
Has STR: --- → yes
Comment 1•7 years ago
|
||
Andreas, your fixes for Bug 1299515, Bug 1426718, Bug 1299516 and Bug 1408294 landed in that regression range. Do you mind having a quick look to see if this is related?
Rank: 15
Flags: needinfo?(apehrson)
Priority: -- → P2
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 2•7 years ago
|
||
Primarily it's getSettings that doesn't work.
Assignee | ||
Updated•7 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•7 years ago
|
||
Good catch this. We still applied constraints, but GetSettings would always return an empty set of settings even though we kept track of them internally.
Here are some related discussions for your reference.
https://github.com/w3c/mediacapture-main/issues/466
Assignee | ||
Comment 5•7 years ago
|
||
(In reply to Munro Mengjue Chiang [:mchiang] Be Mozillian since 1/19/2018 from comment #4)
> Here are some related discussions for your reference.
> https://github.com/w3c/mediacapture-main/issues/466
Thanks. This is just for fixing the regression though. I think we're pretty well aligned with track target settings otherwise.
Comment hidden (mozreview-request) |
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8953917 [details]
Bug 1440252 - Implement MediaEngineWebRTCMicrophoneSource::GetSettings.
https://reviewboard.mozilla.org/r/223066/#review229056
It would be great to have a test for this, now that we have loopback devices on Linux. It can be in a separate bug.
Attachment #8953917 -
Flags: review?(padenot) → review+
Assignee | ||
Comment 8•7 years ago
|
||
We have some existing bugs for tracking those tests.
Pushed by pehrsons@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/bf6a40668971
Implement MediaEngineWebRTCMicrophoneSource::GetSettings. r=padenot
Comment 10•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Reporter | ||
Comment 11•7 years ago
|
||
I can confirm this issue is fixed, I verified using Fx 60.0a1 (build ID: 20180227100126), on Windows 10 x64, Ubuntu 16.04 LTS x64 and mac OS X 10.12.6.
Cheers!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•