[Webkit-unassigned] [Bug 44846] Question mark QuickTime icon when navigating to this MP3 file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 30 07:28:28 PDT 2010


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


Eric Carlson <eric.carlson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |eric.carlson at apple.com
                   |kit.org                     |




--- Comment #1 from Eric Carlson <eric.carlson at apple.com>  2010-08-30 07:28:28 PST ---
This doesn't play because the movie created by QTKit has a 'tmet' track.  MediaPlayerPrivate::disableUnsupportedTracks doesn't recognize this track type so it disables it and turns control over to the QuickTime plug-in because the policy is that any movie a with unknown tracks in a media document should fall back to a plug-in. 

In this case there is no reason to disable 'tmet' tracks as they have just meta data, so we should add this media type to the allowed types table.

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