WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 25026
type attribute breaks playback of <audio> and <source> elements
https://bugs.webkit.org/show_bug.cgi?id=25026
Summary
type attribute breaks playback of <audio> and <source> elements
John-Paul Harold
Reported
2009-04-03 07:19:17 PDT
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
Comment 1
2009-06-26 10:55:04 PDT
This was fixed by
http://trac.webkit.org/changeset/43972
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug