Bug 41287 - MediaPlayerPrivate::getSupportedTypes does not return "modern" MIME types
Summary: MediaPlayerPrivate::getSupportedTypes does not return "modern" MIME types
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Eric Carlson
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2010-06-28 10:56 PDT by Eric Carlson
Modified: 2010-06-28 13:11 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (1.90 KB, patch)
2010-06-28 11:41 PDT, Eric Carlson
sam: 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 2010-06-28 10:56:17 PDT
QTKit based MediaPlayerPrivate::getSupportedTypes only returns MIME types supported by classic QuickTime, it should also include all types available because QTMovieOpenForPlaybackAttribute is set when the movie is opened.
Comment 1 Eric Carlson 2010-06-28 11:02:47 PDT
rdar://8137402
Comment 2 Eric Carlson 2010-06-28 11:41:38 PDT
Created attachment 59915 [details]
proposed patch
Comment 3 Eric Carlson 2010-06-28 13:11:30 PDT
http://trac.webkit.org/changeset/62030