Closed
Bug 1266685
Opened 9 years ago
Closed 9 years ago
Unnecessary dispatching of queued video frames in MediaPipeline::VideoFrameConverter
Categories
(Core :: Audio/Video: MediaStreamGraph, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox47 | --- | unaffected |
firefox48 | --- | fixed |
People
(Reporter: pehrsons, Assigned: pehrsons)
References
Details
Attachments
(1 file)
We are dispatching all video frames coming from the MediaStreamGraph to MediaPipelineTransmit to the VideoFrameConverter TaskQueue.
Once there we check if the frame is identical to a previous frame and discard it.
We should do that check on the MSG thread and avoid the dispatch instead.
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/48421/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/48421/
Attachment #8744255 -
Flags: review?(rjesup)
Updated•9 years ago
|
Attachment #8744255 -
Flags: review?(rjesup) → review+
Comment 2•9 years ago
|
||
Comment on attachment 8744255 [details]
MozReview Request: Bug 1266685 - Don't pass too many frames to the MediaPipelineTransmit VideoFrameConverter. r?jesup
https://reviewboard.mozilla.org/r/48421/#review45151
Assignee | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
status-firefox47:
--- → unaffected
Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8744255 [details]
MozReview Request: Bug 1266685 - Don't pass too many frames to the MediaPipelineTransmit VideoFrameConverter. r?jesup
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/48421/diff/1-2/
Attachment #8744255 -
Attachment description: MozReview Request: Bug 1266685 - Don't pass to many frames to the MediaPipelineTransmit VideoFrameConverter. r?jesup → MozReview Request: Bug 1266685 - Don't pass too many frames to the MediaPipelineTransmit VideoFrameConverter. r?jesup
Comment 5•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•