Skip to content

Commit

Permalink
Fix wrong call to _abortBeforeAppend (#4019)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Aug 9, 2022
1 parent bf31b48 commit 5ee8bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/streaming/SourceBufferSink.js
Expand Up @@ -81,7 +81,7 @@ function SourceBufferSink(config) {

const promises = [];

promises.push(_abortBeforeAppend);
promises.push(_abortBeforeAppend());
promises.push(updateAppendWindow(mediaInfo.streamInfo));
promises.push(changeType(codec));

Expand Down

0 comments on commit 5ee8bca

Please sign in to comment.