mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
f3436e4ba7
Differential Revision: https://phabricator.services.mozilla.com/D226966
24 lines
1.1 KiB
Diff
24 lines
1.1 KiB
Diff
From: Michael Froman <mfroman@mozilla.com>
|
|
Date: Tue, 15 Oct 2024 16:13:00 -0500
|
|
Subject: Bug 1924098 - (fix-4e41db264b) our base-toolchains builds need the
|
|
struct name to build
|
|
|
|
Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/479c6364706093d4a863c3514a1031ee4783fb59
|
|
---
|
|
call/flexfec_receive_stream_impl.cc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/call/flexfec_receive_stream_impl.cc b/call/flexfec_receive_stream_impl.cc
|
|
index bb4122a83f..c70db3d528 100644
|
|
--- a/call/flexfec_receive_stream_impl.cc
|
|
+++ b/call/flexfec_receive_stream_impl.cc
|
|
@@ -114,7 +114,7 @@ FlexfecReceiveStreamImpl::FlexfecReceiveStreamImpl(
|
|
recovered_packet_receiver)),
|
|
rtp_receive_statistics_(ReceiveStatistics::Create(&env.clock())),
|
|
rtp_rtcp_(env,
|
|
- {.audio = false,
|
|
+ RtpRtcpInterface::Configuration{.audio = false,
|
|
.receiver_only = true,
|
|
.receive_statistics = rtp_receive_statistics_.get(),
|
|
.outgoing_transport = config.rtcp_send_transport,
|