Bug 25177 - HTMLMediaElement: QTMedia not supported in 64-bit QTKit
Summary: HTMLMediaElement: QTMedia not supported in 64-bit QTKit
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 21:46 PDT by Eric Carlson
Modified: 2009-04-13 22:04 PDT (History)
0 users

See Also:


Attachments
proposed patch (3.11 KB, patch)
2009-04-13 21:50 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 21:46:06 PDT
QTTrack's -media method always return NULL in 64-bit QTKit, so MediaPlayerPrivate::disableUnsupportedTracks should get the track type with the track's QTTrackMediaTypeAttribute attribute.
Comment 1 Eric Carlson 2009-04-13 21:50:18 PDT
Created attachment 29457 [details]
proposed patch
Comment 2 Mark Rowe (bdash) 2009-04-13 21:59:55 PDT
Comment on attachment 29457 [details]
proposed patch

r=me
Comment 3 Eric Carlson 2009-04-13 22:04:51 PDT
http://trac.webkit.org/changeset/42477