Open
Bug 1232823
Opened 10 years ago
Updated 4 years ago
Assertion failure: aVideoType != MediaSourceEnum::Other || aAudioType != MediaSourceEnum::Other, at dom/media/MediaManager.cpp:1431
Categories
(Core :: WebRTC: Audio/Video, defect, P4)
Core
WebRTC: Audio/Video
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox46 | --- | unaffected |
firefox-esr52 | --- | wontfix |
firefox56 | --- | wontfix |
firefox57 | --- | wontfix |
firefox58 | --- | wontfix |
backlog | webrtc/webaudio+ |
People
(Reporter: jruderman, Assigned: jib)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(2 files)
1. Set:
user_pref("media.navigator.permission.disabled", true);
user_pref("media.navigator.video.enabled", false);
2. Load the testcase
Assertion failure: aVideoType != MediaSourceEnum::Other || aAudioType != MediaSourceEnum::Other, at dom/media/MediaManager.cpp:1431
This assertion was added in bug 1229926.
Reporter | ||
Comment 1•10 years ago
|
||
Updated•10 years ago
|
Assignee: nobody → jib
backlog: --- → webrtc/webaudio+
Rank: 25
Priority: -- → P2
Comment 2•9 years ago
|
||
Note: marking 46 as unaffected because this only occurs if you set a pref only exposed in about:webrtc to a non-standard value (media.navigator.video.enabled = false). Lowering priority (though might be simple to fix)
Comment 3•8 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Comment 4•8 years ago
|
||
Still affects trunk.
Has Regression Range: --- → yes
status-firefox56:
--- → wontfix
status-firefox57:
--- → wontfix
status-firefox58:
--- → wontfix
status-firefox-esr52:
--- → wontfix
Updated•4 years ago
|
Severity: critical → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•