[Webkit-unassigned] [Bug 90084] [GStreamer] Live stream support is weak

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 05:05:50 PDT 2012


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





--- Comment #10 from Simon Hausmann <hausmann at webkit.org>  2012-07-13 05:05:49 PST ---
(From update of attachment 151155)
View in context: https://bugs.webkit.org/attachment.cgi?id=151155&action=review

I very much agree with the general direction of this patch. I had to do the same thing for the N9 :)

> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:1434
> +    if (m_preload == MediaPlayer::None && m_initialPreload == MediaPlayer::Auto) {

I think it may be theoretically possible that you would access m_initialPreload uninitialized. Perhaps you should check for m_preloadSet here also?

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