Closed
Bug 1265974
Opened 9 years ago
Closed 9 years ago
Don't fire push events in MediaQueue::PushFront()
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(1 file)
The only user of MediaQueue::PushFront() is VideoSink::UpdateRenderedVideoFrames() to push old data back to the queue. In fact we should fire push events only when new data is pushed to the queue.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jwwang
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/47985/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/47985/
Attachment #8743647 -
Flags: review?(jyavenard)
Comment 2•9 years ago
|
||
Comment on attachment 8743647 [details]
MozReview Request: Bug 1265974 - Don't fire push events in MediaQueue::PushFront(). r=jya.
https://reviewboard.mozilla.org/r/47985/#review44777
Attachment #8743647 -
Flags: review?(jyavenard) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Thanks!
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•