[Webkit-unassigned] [Bug 20360] New: MIME type parameters break <video> and <audio> elements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 12 09:08:18 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20360
Summary: MIME type parameters break <video> and <audio> elements
Product: WebKit
Version: 525.x (Safari 3.1)
Platform: All
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric.carlson at apple.com
A MIME type can have various parameters after the type which add extra meaning,
but WebKit doesn't deal with them.
Open
http://hsivonen.iki.fi/test/moz/video-selection/source-mp4-ogg-params.html,
which contains:
<video controls autoplay>
<source src='html5-test.mp4' type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"'>
<source src='html5-test.ogg' type='application/ogg; codecs="theora,
vorbis"'>
FAIL: This is fallback text.
</video>
In Safari, WebKit should display 'html5-test.mp4', but it does not because
the MIME type registry doesn't match 'video/mp4; codecs="avc1.42E01E,
mp4a.40.2"'.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list