From d34da0676646026cc8bf4e6be5e6cb311e30ebad Mon Sep 17 00:00:00 2001 From: PioLing <964472638@qq.com> Date: Thu, 13 Jun 2024 11:41:22 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E4=BF=AE=E5=A4=8Drtp=E6=8E=A8?= =?UTF-8?q?=E6=B5=81=E8=A7=82=E7=9C=8B=E4=BA=BA=E6=95=B0=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E7=9A=84=E9=97=AE=E9=A2=98=20(#3620=20#3615)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Rtp/RtpProcess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Rtp/RtpProcess.h b/src/Rtp/RtpProcess.h index e2e44826..4c264c7a 100644 --- a/src/Rtp/RtpProcess.h +++ b/src/Rtp/RtpProcess.h @@ -20,7 +20,7 @@ namespace mediakit { static constexpr char kRtpAppName[] = "rtp"; -class RtpProcess final : public RtcpContextForRecv, public toolkit::SockInfo, public MediaSinkInterface, public MediaSourceEventInterceptor, public std::enable_shared_from_this{ +class RtpProcess final : public RtcpContextForRecv, public toolkit::SockInfo, public MediaSinkInterface, public MediaSourceEvent, public std::enable_shared_from_this{ public: using Ptr = std::shared_ptr; using onDetachCB = std::function;