From 176c4e3b256bfed0f41342f3cc4045a6453313e4 Mon Sep 17 00:00:00 2001 From: PioLing <964472638@qq.com> Date: Thu, 13 Jun 2024 11:26:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9rtpprocess=20=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1=E7=BB=A7=E6=89=BF=EF=BC=88MediaSourceEventInterceptor?= =?UTF-8?q?=20=20-->MediaSourceEvent=EF=BC=89?= 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;