Bug 25155 - HTMLMediaElement: slow loading media documents always opened with plug-in
Summary: HTMLMediaElement: slow loading media documents always opened with plug-in
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-13 07:05 PDT by Eric Carlson
Modified: 2009-04-13 21:15 PDT (History)
0 users

See Also:


Attachments
proposed patch (2.04 KB, patch)
2009-04-13 07:18 PDT, Eric Carlson
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2009-04-13 07:05:54 PDT
http://trac.webkit.org/changeset/42301 added code to OSX WebCore to use a plug-in to open standalone  media documents with non-linear media. An error in the patch makes it fall back to the plug-in whenever QTKit returns QTMovieLoadStateLoading (1000), which happens frequently with files that are not saved fast-start, or with files served over a slow connection or from a slow server.
Comment 1 Eric Carlson 2009-04-13 07:18:42 PDT
Created attachment 29428 [details]
proposed patch
Comment 2 Eric Carlson 2009-04-13 21:15:58 PDT
http://trac.webkit.org/changeset/42475