mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-17 05:25:57 +08:00
Refine: 精简复用MediaSink相关代码
This commit is contained in:
@@ -158,7 +158,7 @@ void MediaSink::emitAllTrackReady() {
|
||||
continue;
|
||||
}
|
||||
pr.second.for_each([&](const Frame::Ptr &frame) {
|
||||
onTrackFrame(frame);
|
||||
inputFrame(frame);
|
||||
});
|
||||
}
|
||||
_frame_unread.clear();
|
||||
|
||||
Reference in New Issue
Block a user