Closed
Bug 1249313
Opened 7 years ago
Closed 7 years ago
MediaEngineRemoteVideoSource Shutdown should not shut down Cameras()
Categories
(Core :: WebRTC: Audio/Video, defect, P1)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla47
backlog | webrtc/webaudio+ |
People
(Reporter: gcp, Assigned: jesup)
References
Details
Attachments
(1 file)
1008 bytes,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
MediaEngineRemoteVideoSource::Shutdown currently calls the Shutdown function in CamerasChild. But we can have multiple active remote video sources, and shutting one down shouldn't tear down the entire subsystem. That can be done when MediaManager shuts down the respective backend.
Reporter | ||
Comment 1•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=5e2d37e9729b
Assignee | ||
Comment 2•7 years ago
|
||
gcp has a patch for this on that Try
Assignee: nobody → gpascutto
backlog: --- → webrtc/webaudio+
Rank: 16
Priority: -- → P1
Reporter | ||
Comment 3•7 years ago
|
||
Attachment #8722485 -
Flags: review?(rjesup)
Assignee | ||
Updated•7 years ago
|
Attachment #8722485 -
Flags: review?(rjesup) → review+
Reporter | ||
Comment 4•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/b1b50935ab45f360774e75a4d814b2f9bf02d916 Bug 1249313 - Don't shut down the entire Cameras IPC if a single source is shut down. r=jesup
Comment 5•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b1b50935ab45
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
Comment 7•7 years ago
|
||
backed out for making bug 1207431 worse
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → rjesup
Assignee | ||
Comment 9•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=d3b74079328c
Comment 11•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/cf13730eeda2
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•