commit 256da5a1564af1913b1b91412e9997efcfdcd137
parent edc9e4bfdea5f7e9f5854bd0f6960781237f5c3c
Author: Dan Baker <dbaker@mozilla.com>
Date: Thu, 20 Nov 2025 13:24:04 -0700
Bug 2000941 - Vendor libwebrtc from 2d23c4e768
Upstream commit: https://webrtc.googlesource.com/src/+/2d23c4e768a7835db62a8252149520e3d4ab08ad
l4s: fix typo in stats name
Those stats do not release to "Cn" or Comfort Noise.
Bug: webrtc:437303401
Change-Id: Ibd3d7f9b4c6bc5ae1be0ba4d5fec50a643c55291
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/407720
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#45552}
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/third_party/libwebrtc/README.mozilla.last-vendor b/third_party/libwebrtc/README.mozilla.last-vendor
@@ -1,4 +1,4 @@
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc
-libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-11-20T20:21:27.380754+00:00.
+libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-11-20T20:23:51.375800+00:00.
# base of lastest vendoring
-46907fed4b
+2d23c4e768
diff --git a/third_party/libwebrtc/stats/rtcstats_objects.cc b/third_party/libwebrtc/stats/rtcstats_objects.cc
@@ -188,7 +188,7 @@ WEBRTC_RTCSTATS_IMPL(
AttributeInit("jitter", &jitter),
AttributeInit("packetsLost", &packets_lost),
AttributeInit("packetsReceivedWithEct1", &packets_received_with_ect1),
- AttributeInit("packetsReceivedWithCn", &packets_received_with_ce))
+ AttributeInit("packetsReceivedWithCe", &packets_received_with_ce))
// clang-format on
RTCReceivedRtpStreamStats::RTCReceivedRtpStreamStats(std::string id,