RESOLVED FIXED 25155
HTMLMediaElement: slow loading media documents always opened with plug-in
https://bugs.webkit.org/show_bug.cgi?id=25155
Summary HTMLMediaElement: slow loading media documents always opened with plug-in
Eric Carlson
Reported 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.
Attachments
proposed patch (2.04 KB, patch)
2009-04-13 07:18 PDT, Eric Carlson
mrowe: review+
Eric Carlson
Comment 1 2009-04-13 07:18:42 PDT
Created attachment 29428 [details] proposed patch
Eric Carlson
Comment 2 2009-04-13 21:15:58 PDT
Note You need to log in before you can comment on or make changes to this bug.