Closed
Bug 1028881
Opened 10 years ago
Closed 1 year ago
WARNING: 'NS_FAILED(branch->GetBoolPref("media.video.test_latency", &mVideoLatencyTestEnable))', file VideoConduit.cpp, line 265
Categories
(Core :: WebRTC, defect, P5)
Tracking
()
RESOLVED
FIXED
96 Branch
backlog | webrtc/webaudio+ |
People
(Reporter: standard8, Unassigned)
References
Details
(Keywords: good-first-bug, regression, Whiteboard: [fixed by bug 1654112])
This is a new warning on the console since bug 1004396 landed.
Either "media.video.test_latency" should be a preference defined in all.js, or the call shouldn't be wrapped in an NS_WARN_IF statement.
http://hg.mozilla.org/mozilla-central/rev/4947f68a3c0d#l1.32
Updated•10 years ago
|
Assignee: nobody → rjesup
Comment 1•9 years ago
|
||
Low priority but trivial to fix
backlog: --- → webRTC+
Rank: 55
Priority: -- → P5
Whiteboard: good-first-bug
Updated•9 years ago
|
Whiteboard: good-first-bug → good first bug
Updated•5 years ago
|
Keywords: good-first-bug
Whiteboard: good first bug
Comment 2•4 years ago
|
||
This good-first-bug hasn't had any activity for 6 months, it is automatically unassigned.
For more information, please visit auto_nag documentation.
Assignee: rjesup → nobody
Updated•2 years ago
|
Severity: normal → S3
Reporter | ||
Comment 3•1 year ago
|
||
It looks like this was fixed by bug 1654112 which now uses a default value, and has dropped the warning.
Status: NEW → RESOLVED
Closed: 1 year ago
Depends on: 1654112
Resolution: --- → FIXED
Whiteboard: [fixed by bug 1654112]
Updated•1 year ago
|
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•