Skip to content

Commit

Permalink
fix(CEA): Always init CEA parser with new init segment (#7102)
Browse files Browse the repository at this point in the history
  • Loading branch information
tykus160 authored and avelad committed Aug 19, 2024
1 parent c53ceb5 commit b7e543f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/media/closed_caption_parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ shaka.media.ClosedCaptionParser = class {
// This is necessary when a new Period comes in DASH or a discontinuity
// in HLS.
this.reset();
this.ceaParser_.init(initSegment);
}
this.ceaParser_.init(initSegment);
}

/**
Expand Down

0 comments on commit b7e543f

Please sign in to comment.