From 59203c63bb777a3bacec32fb8830fba33540e809 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:29 +0200 Subject: Adding upstream version 127.0. Signed-off-by: Daniel Baumann --- third_party/libwebrtc/moz-patch-stack/0108.patch | 27 ------------------------ 1 file changed, 27 deletions(-) delete mode 100644 third_party/libwebrtc/moz-patch-stack/0108.patch (limited to 'third_party/libwebrtc/moz-patch-stack/0108.patch') diff --git a/third_party/libwebrtc/moz-patch-stack/0108.patch b/third_party/libwebrtc/moz-patch-stack/0108.patch deleted file mode 100644 index d3ccb0bbd2..0000000000 --- a/third_party/libwebrtc/moz-patch-stack/0108.patch +++ /dev/null @@ -1,27 +0,0 @@ -From: Jan Grulich -Date: Tue, 5 Mar 2024 08:38:00 +0000 -Subject: Bug 1615282 - WebRTC backport: PipeWire capturer - set capturer as - failed when session is closed r=pehrsons,webrtc-reviewers - -This is a simple backport of an WebRTC upstream change. - -Upstream commit: 058bfe3ae37a7a245f9c8c6c03f4f7ac48fe179d - -Differential Revision: https://phabricator.services.mozilla.com/D202788 -Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/633149c5da9337f67b6659e5d5bead2233027460 ---- - modules/desktop_capture/linux/wayland/base_capturer_pipewire.cc | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/modules/desktop_capture/linux/wayland/base_capturer_pipewire.cc b/modules/desktop_capture/linux/wayland/base_capturer_pipewire.cc -index 40764de7ae..81caa9bd2d 100644 ---- a/modules/desktop_capture/linux/wayland/base_capturer_pipewire.cc -+++ b/modules/desktop_capture/linux/wayland/base_capturer_pipewire.cc -@@ -112,6 +112,7 @@ void BaseCapturerPipeWire::OnScreenCastSessionClosed() { - if (!capturer_failed_) { - options_.screencast_stream()->StopScreenCastStream(); - } -+ capturer_failed_ = true; - } - - void BaseCapturerPipeWire::UpdateResolution(uint32_t width, uint32_t height) { -- cgit v1.2.3