Skip to content

Commit d6851cc

Browse files
author
Adam Waldron
authored
fix: videoTimestampOffset in sourceUpdater (#1519)
1 parent 0a7a362 commit d6851cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/source-updater.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ export default class SourceUpdater extends videojs.EventTarget {
818818
if (typeof offset !== 'undefined' &&
819819
this.videoBuffer &&
820820
// no point in updating if it's the same
821-
this.videoTimestampOffset !== offset) {
821+
this.videoTimestampOffset_ !== offset) {
822822
pushQueue({
823823
type: 'video',
824824
sourceUpdater: this,

0 commit comments

Comments
 (0)