[Webkit-unassigned] [Bug 47432] No longer ASSERT for LayerRenderer in VideoLayerChromium destructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 8 18:30:44 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47432


Victoria Kirst <vrk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hclam at google.com,
                   |                            |jamesr at chromium.org,
                   |                            |vangelis at chromium.org




--- Comment #2 from Victoria Kirst <vrk at google.com>  2010-10-08 18:30:44 PST ---
Turns out, we can't guarantee that VideoLayerChromiums will not be created with LayerRenderers associated with them, so we need to change the ASSERT to an if after all. 

In particular, this case can occur if hardware acceleration is supported and initializes correctly, the WebMediaPlayerClientImpl loads correctly, but there is a problem in the media pipeline (such as in demuxing) so the video object is created but never rendered.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list