From c8ea6490cde3046bb70f054c40327cc271a5ed4b Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Sat, 3 Sep 2022 16:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9B=B4=E6=8E=A5=E6=8B=89?= =?UTF-8?q?=E6=B5=81=E4=BB=A3=E7=90=86=E6=97=B6=E5=90=8C=E5=8D=8F=E8=AE=AE?= =?UTF-8?q?=E6=B5=81=E6=97=A0=E6=B3=95=E6=B3=A8=E5=86=8C=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Player/PlayerProxy.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Player/PlayerProxy.cpp b/src/Player/PlayerProxy.cpp index c79ef642..ec0eb210 100644 --- a/src/Player/PlayerProxy.cpp +++ b/src/Player/PlayerProxy.cpp @@ -115,7 +115,6 @@ void PlayerProxy::setDirectProxy() { } if (mediaSource) { setMediaSource(mediaSource); - mediaSource->setListener(shared_from_this()); } }