Closed
Bug 1063255
Opened 10 years ago
Closed 10 years ago
Regression on mac video playback
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: jya, Assigned: jya)
Details
Attachments
(1 file, 1 obsolete file)
1.05 KB,
patch
|
Details | Diff | Splinter Review |
Following bug 1062098
and committed as https://hg.mozilla.org/mozilla-central/rev/746180e3801c
This causes an issue when the first frames are dropped (which can occur when a video is interrupted).
This prevent for the video component to be fully initialized and the decoder stop to receive data.
Causing the element to not display any video anymore.
Need to revert that commit, long term is to find another way to fix it (another bug will track that)
Assignee | ||
Comment 1•10 years ago
|
||
Revert changes from bug 1062098
Attachment #8484660 -
Flags: review?(giles)
Comment 2•10 years ago
|
||
Comment on attachment 8484660 [details] [diff] [review]
Revert commit r203452. It has side effects that must be handled differently
Review of attachment 8484660 [details] [diff] [review]:
-----------------------------------------------------------------
Numerical commit numbers have no global meaning in mercurial. I'd instead say:
Bug 1063255 - Revert fix from bug 1062098. r=rillian
It has side effects and the failure must be handled differently.
Attachment #8484660 -
Flags: review?(giles) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Carrying r+
Assignee | ||
Updated•10 years ago
|
Attachment #8484660 -
Attachment is obsolete: true
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 4•10 years ago
|
||
Keywords: checkin-needed
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
You need to log in
before you can comment on or make changes to this bug.
Description
•