[Webkit-unassigned] [Bug 53774] [Qt] Crash in QGraphicsVideoItem when closing a scene in fullscreen mode.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 5 15:32:47 PST 2011


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





--- Comment #3 from Benjamin Poulain <benjamin.poulain at nokia.com>  2011-02-05 15:32:47 PST ---
(From update of attachment 81230)
View in context: https://bugs.webkit.org/attachment.cgi?id=81230&action=review

> Source/WebCore/platform/graphics/qt/MediaPlayerPrivateQt.cpp:655
> +bool MediaPlayerPrivateQt::isAcceleratedRenderingEnabled()
> +{
> +#if USE(ACCELERATED_COMPOSITING)
> +    MediaPlayerClient* client = m_webCorePlayer->mediaPlayerClient();
> +    bool composited = client->mediaPlayerRenderingCanBeAccelerated(m_webCorePlayer);
> +    if (composited)
> +        return true;
> +#endif
> +    return false;
> +}

Maybe I totally misunderstand what is going on here...but doesn't that class have an attribute for that? m_composited?

-- 
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