[wp-trac] [WordPress Trac] #29110: Update MediaElement to 2.15.0

WordPress Trac noreply at wordpress.org
Wed Sep 3 02:17:22 UTC 2014


#29110: Update MediaElement to 2.15.0
--------------------------------+-------------------------
 Reporter:  wonderboymusic      |       Owner:  ocean90
     Type:  enhancement         |      Status:  reopened
 Priority:  normal              |   Milestone:  4.0
Component:  External Libraries  |     Version:  trunk
 Severity:  normal              |  Resolution:
 Keywords:  needs-patch         |     Focuses:  javascript
--------------------------------+-------------------------

Comment (by programmin):

 I just compared debugging through in Chromium and Chrome, and it looks
 like 2.15 is specifically breaking Chromium here, only allowing it to play
 ogg audio/video.


 {{{

         if (mejs.MediaFeatures.isChromium)
             a.canPlayType = function(m) {
                 return m.match(/video\/(webm|ogv|ogg)/gi) !== null ?
 "maybe" :
                 ""
             };


 }}}

 I notified the developer, it looks like this is the bug that introduced
 it: https://github.com/johndyer/mediaelement/pull/1020

 Please consider patching this for Chromium users.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29110#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list