forked from videojs/video.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/baxter' into stable
- Loading branch information
Showing
22 changed files
with
2,191 additions
and
616 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
major: 3 | ||
patch: 0 | ||
minor: 1 | ||
minor: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
WEBVTT | ||
00:00.700 --> 00:04.110 | ||
Captions describe all relevant audio for the hearing impaired. | ||
[ Heroic music playing for a seagull ] | ||
|
||
00:04.500 --> 00:05.000 | ||
[ Splash!!! ] | ||
|
||
00:05.100 --> 00:06.000 | ||
[ Sploosh!!! ] | ||
|
||
00:08.000 --> 00:09.225 | ||
[ Splash...splash...splash splash splash ] | ||
|
||
00:10.525 --> 00:11.255 | ||
[ Splash, Sploosh again ] | ||
|
||
00:13.500 --> 00:14.984 | ||
Dolphin: eeeEEEEEeeee! | ||
|
||
00:14.984 --> 00:16.984 | ||
Dolphin: Squawk! eeeEEE? | ||
|
||
00:25.000 --> 00:28.284 | ||
[ A whole ton of splashes ] | ||
|
||
00:29.500 --> 00:31.000 | ||
Mine. Mine. Mine. | ||
|
||
00:34.300 --> 00:36.000 | ||
Shark: Chomp | ||
|
||
00:36.800 --> 00:37.900 | ||
Shark: CHOMP!!! | ||
|
||
00:37.861 --> 00:41.193 | ||
EEEEEEOOOOOOOOOOWHALENOISE | ||
|
||
00:42.593 --> 00:45.611 | ||
[ BIG SPLASH ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Video.js Source Files --> | ||
<script src='src/core.js'></script> | ||
<script src='src/lib.js'></script> | ||
<script src='src/component.js'></script> | ||
<script src='src/controls.js'></script> | ||
<script src='src/ecma.js'></script> | ||
<script src='src/events.js'></script> | ||
<script src='src/json.js'></script> | ||
<script src='src/player.js'></script> | ||
<script src='src/tech.js'></script> | ||
<script src='src/tracks.js'></script> | ||
<script src='src/setup.js'></script> | ||
<!-- END Video.js Source Files --> |
Oops, something went wrong.