Closed
Bug 1265974
Opened 7 years ago
Closed 7 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•7 years ago
|
Assignee: nobody → jwwang
Assignee | ||
Comment 1•7 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•7 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•7 years ago
|
||
Thanks!
Comment 5•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6440d8e37e67
Status: NEW → RESOLVED
Closed: 7 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
•