Commit c8373a1f authored by Linshizhi's avatar Linshizhi

bugfix

parent 2c2ad3f2
......@@ -206,7 +206,7 @@ export class H264EncWWGroup extends WWGroup {
try {
this.#channels[this.#curProcWW].writeStep2();
} catch (e) {
if (e instanceof ChnlSetupConflictError)
if (e instanceof ChnlStepConflictError)
throw new Error("Need to call directWPrepare() before directWConfirm");
}
}, false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment