rkmpp-v4l2m2m-decode
Moe 2022-12-03 12:01:55 -08:00
parent ae735c1196
commit 67f08b0246
1 changed files with 3 additions and 0 deletions

View File

@ -516,6 +516,9 @@ var Poseidon = function () {
this._video.currentTime = this._sourceBuffer.buffered.end(0) - 0.5;
}
}
if (!(data instanceof ArrayBuffer)){
data = data.segment;
}
if (this._sourceBuffer.updating) {
this._lastSegment = data;
} else {