Bug 25026
Summary: | type attribute breaks playback of <audio> and <source> elements | ||
---|---|---|---|
Product: | WebKit | Reporter: | John-Paul Harold <expensivelesbian> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | steven |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
John-Paul Harold
as per Eric's request here, https://lists.webkit.org/pipermail/webkit-dev/2009-April/007254.html
in a simple scenario of:
<audio>
<source src="/media/audio/ogg/9001_10000/9807.ogg" type="audio/ogg;codecs=vorbis"/>
<source src="/media/audio/m4a/9001_10000/9807.m4a"/>
</audio>
the m4a audio file will play on Safari. However, add some declaration of a type attribute to the source tag, for example:
<source src="/media/audio/m4a/9001_10000/9807.m4a" type= "audio/mp4;codecs="mp4a.40.2""/>
and audio playback will break. This happens on <audio> enabled Safari builds, w32 and OSX.
I'm finding this problem by following what is currently defined for <audio> and <source> usage, on the whatwg documentation site. I don't have a profound understanding of how WebKit interacts with QuickTime or other media_kits.
thanks
jp
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Carlson
This was fixed by http://trac.webkit.org/changeset/43972.