mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-17 05:25:57 +08:00
提高c sdk mk_media对象线程安全
This commit is contained in:
@@ -172,7 +172,7 @@ void MediaSink::emitAllTrackReady() {
|
||||
continue;
|
||||
}
|
||||
pr.second.for_each([&](const Frame::Ptr &frame) {
|
||||
inputFrame(frame);
|
||||
MediaSink::inputFrame(frame);
|
||||
});
|
||||
}
|
||||
_frame_unread.clear();
|
||||
|
||||
Reference in New Issue
Block a user