Closed
Bug 1428098
Opened 7 years ago
Closed 7 years ago
Don't reconfig the video encoder stack manually
Categories
(Core :: WebRTC: Audio/Video, enhancement, P3)
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: pehrsons, Assigned: pehrsons)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We currently have code that stops passing frame to the encoder while asynchronously tearing it down and starting a new one when input resolution changes.
The encoder stack can now handle resolution changes so this work is unnecessary.
Assignee | ||
Updated•7 years ago
|
Rank: 25
Priority: -- → P3
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → apehrson
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8940778 [details]
Bug 1428098 - Do not reconfigure manually when input resolution changes.
https://reviewboard.mozilla.org/r/211046/#review216860
Much nicer! lgtm.
Attachment #8940778 -
Flags: review?(dminor) → review+
Comment 3•7 years ago
|
||
We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again.
hg error in cmd: hg rebase -s 5996208949c0 -d b7790af77bfd: rebasing 441671:5996208949c0 "Bug 1428098 - Do not reconfigure manually when input resolution changes. r=dminor"
merging media/webrtc/signaling/gtest/videoconduit_unittests.cpp
merging media/webrtc/signaling/src/media-conduit/VideoConduit.cpp
merging media/webrtc/signaling/src/media-conduit/VideoConduit.h
warning: conflicts while merging media/webrtc/signaling/src/media-conduit/VideoConduit.cpp! (edit, then use 'hg resolve --mark')
unresolved conflicts (see hg resolve, then hg rebase --continue)
Comment hidden (mozreview-request) |
Pushed by pehrsons@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/bf98edea331a
Do not reconfigure manually when input resolution changes. r=dminor
Comment 6•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•