Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated mediaelement.js to 5.0.5 #3139

Open
wants to merge 5 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/js/_enqueues/vendor/mediaelement/favicon.ico
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can exclude this file.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@desrosj Do you want me to make the change? It would remove the approval state and I saw some people were planning to test.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It wouldn't hurt to update! But also something that can be fixed by the committer handling this.

Binary file not shown.
2,728 changes: 1,036 additions & 1,692 deletions src/js/_enqueues/vendor/mediaelement/mediaelement-and-player.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

985 changes: 191 additions & 794 deletions src/js/_enqueues/vendor/mediaelement/mediaelement.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/js/_enqueues/vendor/mediaelement/mediaelement.min.js

Large diffs are not rendered by default.

309 changes: 180 additions & 129 deletions src/js/_enqueues/vendor/mediaelement/mediaelementplayer-legacy.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

322 changes: 186 additions & 136 deletions src/js/_enqueues/vendor/mediaelement/mediaelementplayer.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

69 changes: 68 additions & 1 deletion src/js/_enqueues/vendor/mediaelement/mejs-controls.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/js/_enqueues/vendor/mediaelement/renderers/vimeo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* http://www.mediaelementjs.com/
*
* Wrapper that mimics native HTML5 MediaElement (audio and video)
* using a variety of technologies (pure JavaScript, Flash, iframe)
* using a variety of technologies (pure JavaScript, iframe)
*
* Copyright 2010-2017, John Dyer (http://j.hn/)
* License: MIT
Expand Down Expand Up @@ -360,7 +360,7 @@ var vimeoIframeRenderer = {
events = ['rendererready', 'loadedmetadata', 'loadeddata', 'canplay'];

for (var _i4 = 0, _total4 = events.length; _i4 < _total4; _i4++) {
var event = mejs.Utils.createEvent(events[_i4], vimeo);
var event = mejs.Utils.createEvent(events[_i4], vimeo, true);
mediaElement.dispatchEvent(event);
}
};
Expand Down
Loading
Loading