Closed
Bug 1153050
Opened 5 years ago
Closed 5 years ago
Add ICameraControl check to MediaEngineGonkVideoSource::Start()
Categories
(Core :: WebRTC: Audio/Video, defect)
Not set
Tracking
()
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file, 1 obsolete file)
1.02 KB,
patch
|
bajaj
:
approval-mozilla-b2g37+
|
Details | Diff | Splinter Review |
This bug is created based on Bug 1150271 comment 11.
Assignee | ||
Updated•5 years ago
|
blocking-b2g: --- → 2.2?
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Attachment #8590580 -
Flags: review?(rjesup)
Comment 2•5 years ago
|
||
Comment on attachment 8590580 [details] [diff] [review] Add ICameraControl check to MediaEngineGonkVideoSource::Start() Review of attachment 8590580 [details] [diff] [review]: ----------------------------------------------------------------- ::: dom/media/webrtc/MediaEngineGonkVideoSource.cpp @@ +223,5 @@ > > if (mState == kStarted) { > return NS_OK; > + } else if (!mCameraControl) { > + LOG(("mCameraControl is nullptr")); I take it this can simply happen, so we shouldn't be MOZ_ASSERT() (or NS_ASSERTION()) here?
Attachment #8590580 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 3•5 years ago
|
||
Yup, I am going to add MOZ_ASSERT() here.
Assignee | ||
Comment 4•5 years ago
|
||
Apply the comment. Carry "r=jesup".
Attachment #8590580 -
Attachment is obsolete: true
Assignee | ||
Comment 5•5 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/77ab3d086a13
Updated•5 years ago
|
blocking-b2g: 2.2? → 2.2+
Comment 6•5 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/77ab3d086a13
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
Assignee | ||
Comment 7•5 years ago
|
||
Comment on attachment 8590860 [details] [diff] [review] Add ICameraControl check to MediaEngineGonkVideoSource::Start() NOTE: Please see https://wiki.mozilla.org/Release_Management/B2G_Landing to better understand the B2G approval process and landings. [Approval Request Comment] Bug caused by (feature/regressing bug #): none User impact if declined: An application might crash. Testing completed: locally tested. Risk to taking this patch (and alternatives if risky): low. String or UUID changes made by this patch: none
Attachment #8590860 -
Flags: approval-mozilla-b2g37?
Updated•5 years ago
|
Attachment #8590860 -
Flags: approval-mozilla-b2g37? → approval-mozilla-b2g37+
Comment 8•5 years ago
|
||
https://hg.mozilla.org/releases/mozilla-b2g37_v2_2/rev/4ebb9c555914
status-b2g-v2.2:
--- → fixed
status-b2g-master:
--- → fixed
status-firefox38:
--- → wontfix
status-firefox39:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•