-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* The UI will no longer try and fail to play non-BVR clips while they are still recording, instead opening an informational toast message. * Fixed bugs which caused erratic seeking behavior when playing clips that are still recording. * Fixed one cause of "MEDIA_ERR_SRC_NOT_SUPPORTED" errors. * Combined some text lines in the "Stats for nerds" panel. * Removed "Frame Timing Error" line from "Stats for nerds" when using the HTML5 player, since this information is unavailable from that player.
- Loading branch information
Showing
3 changed files
with
103 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4364,3 +4364,8 @@ div::-webkit-scrollbar-corner | |
{ | ||
display: none !important; | ||
} | ||
|
||
.nonMatchingNativeRes | ||
{ | ||
color: #e6e660; | ||
} |
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