Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/libwebrtc/moz-patch-stack/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  s0112.patch   Sprache: unbekannt

 
Spracherkennung für: .patch vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

From: Michael Froman <mjfroman@mac.com>
Date: Mon, 15 Sep 2025 14:53:58 -0500
Subject: Bug 1973648 - move applicable libwebrtc changes to our new
 libwebrtc_overrides location. r=ng

Differential Revision: https://phabricator.services.mozilla.com/D258499
Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/19164e58323d59c1f66f7fcf671b8d0b6366f708
---
 call/call.h                      | 5 +++--
 modules/desktop_capture/BUILD.gn | 5 +++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/call/call.h b/call/call.h
index 636c0f9737..e64b878e22 100644
--- a/call/call.h
+++ b/call/call.h
@@ -27,6 +27,7 @@
 #include "api/video/video_stream_encoder_settings.h"
 #include "call/audio_receive_stream.h"
 #include "call/audio_send_stream.h"
+#include "call/call_basic_stats.h"
 #include "call/call_config.h"
 #include "call/flexfec_receive_stream.h"
 #include "call/packet_receiver.h"
@@ -62,9 +63,9 @@ class Call {
     int64_t rtt_ms = -1;
     std::optional<int64_t> ccfb_messages_received = std::nullopt;
     flat_map<uint32_t, SentCongestionControllerFeedbackStats>
-        sent_ccfb_stats_per_ssrc;
+      sent_ccfb_stats_per_ssrc;
     flat_map<uint32_t, ReceivedCongestionControlFeedbackStats>
-        received_ccfb_stats_per_ssrc;
+      received_ccfb_stats_per_ssrc;
   };
 
   static std::unique_ptr<Call> Create(CallConfig config);
diff --git a/modules/desktop_capture/BUILD.gn b/modules/desktop_capture/BUILD.gn
index b58c65f337..8c05aabb15 100644
--- a/modules/desktop_capture/BUILD.gn
+++ b/modules/desktop_capture/BUILD.gn
@@ -407,6 +407,11 @@ rtc_library("desktop_capture") {
     ]
     if (build_with_mozilla) {
       libs -= [ "Xtst" ]
+      # Mozilla provides custom impl of x_error_trap.*
+      sources -= [
+        "linux/x11/x_error_trap.cc",
+        "linux/x11/x_error_trap.h",
+      ]
     }
   }
 

[Dauer der Verarbeitung: 0.19 Sekunden, vorverarbeitet 2026-08-25]