Closed
Bug 1323631
Opened 9 years ago
Closed 9 years ago
The 1st Frame after seeking is not rendered
Categories
(Firefox for Android Graveyard :: Audio/Video, defect, P1)
Firefox for Android Graveyard
Audio/Video
Tracking
(firefox53 fixed)
RESOLVED
FIXED
Firefox 53
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | fixed |
People
(Reporter: jhlin, Unassigned)
Details
Attachments
(1 file)
Remote decoding relies on VideoData::Listener to update surface content, but VideoData::ShallowCopyUpdateTimestamp() called from [1] doesn't copy the registered listener.
[1] http://searchfox.org/mozilla-central/source/dom/media/AccurateSeekTask.cpp#395
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Updated•9 years ago
|
Priority: -- → P1
Comment 3•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8818849 [details]
Bug 1323631 - update original frame timestamp or duration rather than creating shallow copy.
https://reviewboard.mozilla.org/r/98812/#review99238
Attachment #8818849 -
Flags: review?(jwwang) → review+
Pushed by jolin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b4ac412412f1
update original frame timestamp or duration rather than creating shallow copy. r=jwwang
Comment 5•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 53
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•