Open
Bug 1263518
Opened 10 years ago
Updated 3 years ago
MediaEngineRemoteVideoSource doesn't have to fiddle with mPrincipalHandles
Categories
(Core :: Audio/Video: MediaStreamGraph, defect, P3)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | affected |
People
(Reporter: pehrsons, Unassigned)
References
Details
In [1] we removed the only source of pushing frames in MediaEngineRemoteVideoSource. That means we don't have to synchronize mPrincipalHandles to mSources in ::Start(), ::Stop() or ::Shutdown().
In case we make it push based again, we'll have to add it back however.
[1] https://hg.mozilla.org/mozilla-central/rev/b06d6ff27862
Updated•10 years ago
|
Rank: 25
Priority: -- → P2
Comment 1•8 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•