[Webkit-unassigned] [Bug 89314] [GStreamer] optimize ::naturalSize()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 17 19:19:39 PDT 2012


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #148020|review?                     |review+
               Flag|                            |




--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2012-06-17 19:19:38 PST ---
(From update of attachment 148020)
View in context: https://bugs.webkit.org/attachment.cgi?id=148020&action=review

> Source/WebCore/platform/graphics/gstreamer/GStreamerVersioning.cpp:24
>  #include "GStreamerVersioning.h"
>  
> +#include <gst/gst.h>

No space necessary here.

> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:1679
> +    m_videoSinkPad = adoptGRef(gst_element_get_static_pad(m_webkitVideoSink, "sink"));

Are there any situations where the sink can change?

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