Skip to content

Commit

Permalink
test: Fix failing test on Xbox One
Browse files Browse the repository at this point in the history
This test case used a configuration that conflicted with PR #3411, in
which we began filtering out H264 over 1080p on Xbox.

Change-Id: If55fa1364639dc4c0fcadd66a3c4af2fcb22264e
  • Loading branch information
joeyparrish committed Jun 10, 2021
1 parent ecea1d1 commit 8377555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/player_unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -2958,7 +2958,7 @@ describe('Player', () => {

manifest.addVariant(1, (variant) => {
variant.addVideo(2, (stream) => {
stream.size(200, 1500);
stream.size(200, 1024);
});
});

Expand Down

0 comments on commit 8377555

Please sign in to comment.