[Webkit-unassigned] [Bug 33744] video.networkState remains NETWORK_LOADING indefinitely when no <source> element was able to be loaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 15 14:36:40 PST 2010


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





--- Comment #2 from Adam Roben (aroben) <aroben at apple.com>  2010-01-15 14:36:40 PST ---
I think we need to set m_networkState here
<http://trac.webkit.org/browser/trunk/WebCore/html/HTMLMediaElement.cpp?rev=53146#L692>:

        // If we failed while trying to load a <source> element, the movie was
never parsed, and there are more
        // <source> children, schedule the next one
        if (m_readyState < HAVE_METADATA && m_loadState ==
LoadingFromSourceElement) {
            m_currentSourceNode->scheduleErrorEvent();
            if (havePotentialSourceChild())
                scheduleNextSourceChild();
            return;
        }

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