Closed
Bug 1744308
Opened 3 years ago
Closed 3 years ago
No need to process NativeInputTracks before other tracks in MediaTrackGraphImpl::Process
Categories
(Core :: Audio/Video: MediaStreamGraph, defect, P1)
Core
Audio/Video: MediaStreamGraph
Tracking
()
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: chunmin, Assigned: chunmin)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
MediaTrackGraphImpl::UpdateTrackOrder()
is able to sort the tracks topologically so there is no need to process the NativeInputTracks before other tracks with MediaInputPort source from them.
Assignee | ||
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
Pushed by cchang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a388127095db
No need to process NativeInputTracks before other tracks r=karlt
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•