规范优化6,修复编译
This commit is contained in:
parent
bf5d20f481
commit
ae5652ffb9
@ -190,7 +190,7 @@ private:
|
||||
void PushToDownstream(FramePtr frame) {
|
||||
for (auto& q : ctx_.output_queues) {
|
||||
if (!q) continue;
|
||||
q->push(frame);
|
||||
q->Push(frame);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user