|
@@ -52,10 +52,10 @@ export class VDecoder extends EventEmitter {
|
|
|
// "[VDecoder]::decodeData",
|
|
|
// Object.assign(message, { clipId: this.decodingId })
|
|
|
// );
|
|
|
- // this.emit(
|
|
|
- // "decodeData",
|
|
|
- // Object.assign(message, { clipId: this.decodingId })
|
|
|
- // );
|
|
|
+ this.emit(
|
|
|
+ "decodeData",
|
|
|
+ Object.assign(message, { clipId: this.decodingId })
|
|
|
+ );
|
|
|
|
|
|
if (this.decoding && this.decodingId) {
|
|
|
this.decodeNext(this.decodingId);
|