From 1a97c2e3cd8a88cd62db36fce906ba4bfe5534af Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Fri, 17 Apr 2020 15:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=89=B9=E5=AE=9A=E6=83=85?= =?UTF-8?q?=E5=86=B5=E4=B8=8B=E4=B8=A2=E5=B8=A7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Common/MediaSink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/MediaSink.cpp b/src/Common/MediaSink.cpp index de315706..dba041dd 100644 --- a/src/Common/MediaSink.cpp +++ b/src/Common/MediaSink.cpp @@ -53,8 +53,8 @@ void MediaSink::inputFrame(const Frame::Ptr &frame) { if (it == _track_map.end()) { return; } - it->second->inputFrame(frame); checkTrackIfReady(it->second); + it->second->inputFrame(frame); } void MediaSink::checkTrackIfReady_l(const Track::Ptr &track){