Closed
Bug 698137
Opened 14 years ago
Closed 14 years ago
Playing webm video corrupts FPS Counter
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: BenWa, Assigned: BenWa)
References
Details
Attachments
(1 file)
796 bytes,
patch
|
ajuma
:
review+
|
Details | Diff | Splinter Review |
Link:
http://www.wellesley.edu/~kenny/html5/vp8.html
Make sure to enable OGL + FPS counter. Notice the FPS is corrupted. Tested on Transformer.
Assignee | ||
Comment 1•14 years ago
|
||
When drawing an YUV Image layer (video), we leave the texture unit state bound to texture unit id #2, thus the FPS code binds the texture to the wrong texture unit.
Updated•14 years ago
|
Attachment #570776 -
Flags: review?(ajuma) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•