05131ca4 by Gary Katsevman Committed by David LaPalomento

clear out tags for segment parser

1 parent 8dd047be
...@@ -1533,6 +1533,7 @@ test('skip segments if key requests fail more than once', function() { ...@@ -1533,6 +1533,7 @@ test('skip segments if key requests fail more than once', function() {
1533 1533
1534 player.trigger('timeupdate'); 1534 player.trigger('timeupdate');
1535 1535
1536 tags.length = 0;
1536 tags.push({pts: 0, bytes: 1}); 1537 tags.push({pts: 0, bytes: 1});
1537 1538
1538 // second segment 1539 // second segment
......