From a1b6ecc4e1508d73eadcbbc4cda64980b370ec54 Mon Sep 17 00:00:00 2001 From: zhang2349 Date: Mon, 8 Jul 2024 11:45:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B5=8B=E8=AF=95=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_rtp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_rtp.cpp b/tests/test_rtp.cpp index ac2b7a56..8946aa59 100644 --- a/tests/test_rtp.cpp +++ b/tests/test_rtp.cpp @@ -42,7 +42,7 @@ static bool loadFile(const char *path, const EventPoller::Ptr &poller) { memset(&addr, 0, sizeof(addr)); addr.ss_family = AF_INET; auto sock = Socket::createSocket(poller); - auto process = RtpProcess::createProcess("test"); + auto process = RtpProcess::createProcess(MediaTuple { DEFAULT_VHOST, kRtpAppName, "test", "" }); uint64_t stamp_last = 0; auto total_size = std::make_shared(0);