Skip to content

Commit

Permalink
fix: videoTimestampOffset in sourceUpdater (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrums86 authored Jun 14, 2024
1 parent 0a7a362 commit d6851cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source-updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ export default class SourceUpdater extends videojs.EventTarget {
if (typeof offset !== 'undefined' &&
this.videoBuffer &&
// no point in updating if it's the same
this.videoTimestampOffset !== offset) {
this.videoTimestampOffset_ !== offset) {
pushQueue({
type: 'video',
sourceUpdater: this,
Expand Down

0 comments on commit d6851cc

Please sign in to comment.