https://bugzilla.wikimedia.org/show_bug.cgi?id=32475

--- Comment #1 from j^ <[email protected]> 2011-11-18 13:58:07 UTC ---
this is caused by
MwEmbedModules/EmbedPlayer/resources/mw.EmbedTypes.js:
// older versions of safari do not support canPlayType,
// but xiph qt registers mimetype via quicktime plugin
} else if ( this.supportedMimeType( 'video/ogg' ) ) {

the computer still reports video/ogg support in the QuickTime plugin but does
not play it back. Might be better to not trust QuickTime and only check if
canPlayType works.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to