Bug 131488
Summary: | [GTK] Regression: video is gone after r166889 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Xabier Rodríguez Calvar <calvaris> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | hw1008.kim, svillar |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Xabier Rodríguez Calvar
I bisected the problem to that revision.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Xabier Rodríguez Calvar
*** This bug has been marked as a duplicate of bug 131471 ***
Sergio Villar Senin
I don't think this is a dup at all. Video should be working in the software path as it was before martin's patch.
Also moving to std::unique_ptr shouldn't cause this kind of issues, we need to review the changes in r166889.
Sergio Villar Senin
Reopening it for further investigation
Sergio Villar Senin
Video rendering was broken after r166889
Xabier Rodríguez Calvar
It looks like r166889 forced the sofware AC path which is currently not working. Bug 131471 turns the hardware AC path back on and fixes the issue, hence closing.
Hyowon Kim
I'm sorry about the inconvenience caused by my patch.