83ba88
diff --git a/config/system-headers.mozbuild b/config/system-headers.mozbuild
83ba88
index 2081d0c683a4..641133bf1ea4 100644
83ba88
--- a/config/system-headers.mozbuild
83ba88
+++ b/config/system-headers.mozbuild
83ba88
@@ -314,6 +314,7 @@ system_headers = [
83ba88
     'Gestalt.h',
83ba88
     'getopt.h',
83ba88
     'gio/gio.h',
83ba88
+    'gio/gunixfdlist.h',
83ba88
     'glibconfig.h',
83ba88
     'glib.h',
83ba88
     'glib-object.h',
83ba88
@@ -607,6 +608,7 @@ system_headers = [
83ba88
     'Pgenerr.h',
83ba88
     'PGenErr.h',
83ba88
     'Ph.h',
83ba88
+    'pipewire/pipewire.h',
83ba88
     'pixman.h',
83ba88
     'pk11func.h',
83ba88
     'pk11pqg.h',
83ba88
diff --git a/media/webrtc/trunk/webrtc/modules/desktop_capture/BUILD.gn b/media/webrtc/trunk/webrtc/modules/desktop_capture/BUILD.gn
83ba88
index ba885217b3ba..201d3b755221 100644
83ba88
--- a/media/webrtc/trunk/webrtc/modules/desktop_capture/BUILD.gn
83ba88
+++ b/media/webrtc/trunk/webrtc/modules/desktop_capture/BUILD.gn
83ba88
@@ -158,7 +158,7 @@ if (rtc_include_tests) {
83ba88
 if (is_linux) {
83ba88
   if (rtc_use_pipewire) {
83ba88
     pkg_config("pipewire") {
83ba88
-      packages = [ "libpipewire-0.2" ]
83ba88
+      packages = [ "libpipewire-0.3" ]
83ba88
 
83ba88
       defines = [ "WEBRTC_USE_PIPEWIRE" ]
83ba88
     }
83ba88
diff --git a/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build b/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build
83ba88
index 90b40431c7e4..d844aa79d591 100644
83ba88
--- a/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build
83ba88
+++ b/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build
83ba88
@@ -194,6 +194,30 @@ if CONFIG["OS_TARGET"] == "Linux":
83ba88
         "/media/webrtc/trunk/webrtc/modules/desktop_capture/window_capturer_linux.cc"
83ba88
     ]
83ba88
 
83ba88
+# PipeWire specific files
83ba88
+if CONFIG["OS_TARGET"] == "Linux":
83ba88
+
83ba88
+    DEFINES["WEBRTC_USE_PIPEWIRE"] = "1"
83ba88
+
83ba88
+    OS_LIBS += [
83ba88
+        "rt",
83ba88
+        "pipewire-0.3",
83ba88
+        "glib-2.0",
83ba88
+        "gio-2.0",
83ba88
+        "gobject-2.0"
83ba88
+    ]
83ba88
+
83ba88
+    CXXFLAGS += CONFIG['TK_CFLAGS']
83ba88
+    CXXFLAGS += [ "-I/usr/include/pipewire-0.3" ]
83ba88
+    CXXFLAGS += [ "-I/usr/include/spa-0.2" ]
83ba88
+
83ba88
+    UNIFIED_SOURCES += [
83ba88
+        "/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc",
83ba88
+        "/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/screen_capturer_pipewire.cc",
83ba88
+        "/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/window_capturer_pipewire.cc"
83ba88
+    ]
83ba88
+
83ba88
+
83ba88
 if CONFIG["OS_TARGET"] == "NetBSD":
83ba88
 
83ba88
     DEFINES["USE_X11"] = "1"
83ba88
diff --git a/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_options.h b/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_options.h
83ba88
index 1eb8ead26efa..316468eed1fc 100644
83ba88
--- a/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_options.h
83ba88
+++ b/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_options.h
83ba88
@@ -141,7 +141,7 @@ class DesktopCaptureOptions {
83ba88
   bool disable_effects_ = true;
83ba88
   bool detect_updated_region_ = false;
83ba88
 #if defined(WEBRTC_USE_PIPEWIRE)
83ba88
-  bool allow_pipewire_ = false;
83ba88
+  bool allow_pipewire_ = true;
83ba88
 #endif
83ba88
 };
83ba88
 
83ba88
diff --git a/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc b/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc
83ba88
index 379341c833de..76349f1fbd4d 100644
83ba88
--- a/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc
83ba88
+++ b/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc
83ba88
@@ -15,8 +15,11 @@
83ba88
 
83ba88
 #include <spa/param/format-utils.h>
83ba88
 #include <spa/param/props.h>
83ba88
-#include <spa/param/video/raw-utils.h>
83ba88
-#include <spa/support/type-map.h>
83ba88
+
83ba88
+#include <linux/dma-buf.h>
83ba88
+#include <sys/mman.h>
83ba88
+#include <sys/ioctl.h>
83ba88
+#include <sys/syscall.h>
83ba88
 
83ba88
 #include <memory>
83ba88
 #include <utility>
83ba88
@@ -36,31 +39,36 @@ const char kSessionInterfaceName[] = "org.freedesktop.portal.Session";
83ba88
 const char kRequestInterfaceName[] = "org.freedesktop.portal.Request";
83ba88
 const char kScreenCastInterfaceName[] = "org.freedesktop.portal.ScreenCast";
83ba88
 
83ba88
-// static
83ba88
-void BaseCapturerPipeWire::OnStateChanged(void* data,
83ba88
-                                          pw_remote_state old_state,
83ba88
-                                          pw_remote_state state,
83ba88
-                                          const char* error_message) {
83ba88
-  BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(data);
83ba88
-  RTC_DCHECK(that);
83ba88
 
83ba88
-  switch (state) {
83ba88
-    case PW_REMOTE_STATE_ERROR:
83ba88
-      RTC_LOG(LS_ERROR) << "PipeWire remote state error: " << error_message;
83ba88
-      break;
83ba88
-    case PW_REMOTE_STATE_CONNECTED:
83ba88
-      RTC_LOG(LS_INFO) << "PipeWire remote state: connected.";
83ba88
-      that->CreateReceivingStream();
83ba88
-      break;
83ba88
-    case PW_REMOTE_STATE_CONNECTING:
83ba88
-      RTC_LOG(LS_INFO) << "PipeWire remote state: connecting.";
83ba88
+// static
83ba88
+void BaseCapturerPipeWire::SyncDmaBuf(int fd, uint64_t start_or_end) {
83ba88
+  struct dma_buf_sync sync = { 0 };
83ba88
+
83ba88
+  sync.flags = start_or_end | DMA_BUF_SYNC_READ;
83ba88
+
83ba88
+  while(true) {
83ba88
+    int ret;
83ba88
+    ret = ioctl (fd, DMA_BUF_IOCTL_SYNC, &sync);
83ba88
+    if (ret == -1 && errno == EINTR) {
83ba88
+      continue;
83ba88
+    } else if (ret == -1) {
83ba88
+      RTC_LOG(LS_ERROR) << "Failed to synchronize DMA buffer: " << g_strerror(errno);
83ba88
       break;
83ba88
-    case PW_REMOTE_STATE_UNCONNECTED:
83ba88
-      RTC_LOG(LS_INFO) << "PipeWire remote state: unconnected.";
83ba88
+    } else {
83ba88
       break;
83ba88
+    }
83ba88
   }
83ba88
 }
83ba88
 
83ba88
+// static
83ba88
+void BaseCapturerPipeWire::OnCoreError(void *data,
83ba88
+                                       uint32_t id,
83ba88
+                                       int seq,
83ba88
+                                       int res,
83ba88
+                                       const char *message) {
83ba88
+  RTC_LOG(LS_ERROR) << "core error: " << message;
83ba88
+}
83ba88
+
83ba88
 // static
83ba88
 void BaseCapturerPipeWire::OnStreamStateChanged(void* data,
83ba88
                                                 pw_stream_state old_state,
83ba88
@@ -73,76 +81,54 @@ void BaseCapturerPipeWire::OnStreamStateChanged(void* data,
83ba88
     case PW_STREAM_STATE_ERROR:
83ba88
       RTC_LOG(LS_ERROR) << "PipeWire stream state error: " << error_message;
83ba88
       break;
83ba88
-    case PW_STREAM_STATE_CONFIGURE:
83ba88
-      pw_stream_set_active(that->pw_stream_, true);
83ba88
-      break;
83ba88
-    case PW_STREAM_STATE_UNCONNECTED:
83ba88
-    case PW_STREAM_STATE_CONNECTING:
83ba88
-    case PW_STREAM_STATE_READY:
83ba88
     case PW_STREAM_STATE_PAUSED:
83ba88
     case PW_STREAM_STATE_STREAMING:
83ba88
+    case PW_STREAM_STATE_UNCONNECTED:
83ba88
+    case PW_STREAM_STATE_CONNECTING:
83ba88
       break;
83ba88
   }
83ba88
 }
83ba88
 
83ba88
 // static
83ba88
-void BaseCapturerPipeWire::OnStreamFormatChanged(void* data,
83ba88
-                                                 const struct spa_pod* format) {
83ba88
+void BaseCapturerPipeWire::OnStreamParamChanged(void *data, uint32_t id,
83ba88
+                                                const struct spa_pod *format) {
83ba88
   BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(data);
83ba88
   RTC_DCHECK(that);
83ba88
 
83ba88
-  RTC_LOG(LS_INFO) << "PipeWire stream format changed.";
83ba88
+  RTC_LOG(LS_INFO) << "PipeWire stream param changed.";
83ba88
 
83ba88
-  if (!format) {
83ba88
-    pw_stream_finish_format(that->pw_stream_, /*res=*/0, /*params=*/nullptr,
83ba88
-                            /*n_params=*/0);
83ba88
+  if (!format || id != SPA_PARAM_Format) {
83ba88
     return;
83ba88
   }
83ba88
 
83ba88
-  that->spa_video_format_ = new spa_video_info_raw();
83ba88
-  spa_format_video_raw_parse(format, that->spa_video_format_,
83ba88
-                             &that->pw_type_->format_video);
83ba88
+  spa_format_video_raw_parse(format, &that->spa_video_format_);
83ba88
 
83ba88
-  auto width = that->spa_video_format_->size.width;
83ba88
-  auto height = that->spa_video_format_->size.height;
83ba88
+  auto width = that->spa_video_format_.size.width;
83ba88
+  auto height = that->spa_video_format_.size.height;
83ba88
   auto stride = SPA_ROUND_UP_N(width * kBytesPerPixel, 4);
83ba88
   auto size = height * stride;
83ba88
 
83ba88
+  that->desktop_size_ = DesktopSize(width, height);
83ba88
+
83ba88
   uint8_t buffer[1024] = {};
83ba88
   auto builder = spa_pod_builder{buffer, sizeof(buffer)};
83ba88
 
83ba88
   // Setup buffers and meta header for new format.
83ba88
-  const struct spa_pod* params[2];
83ba88
-  params[0] = reinterpret_cast<spa_pod*>(spa_pod_builder_object(
83ba88
-      &builder,
83ba88
-      // id to enumerate buffer requirements
83ba88
-      that->pw_core_type_->param.idBuffers,
83ba88
-      that->pw_core_type_->param_buffers.Buffers,
83ba88
-      // Size: specified as integer (i) and set to specified size
83ba88
-      ":", that->pw_core_type_->param_buffers.size, "i", size,
83ba88
-      // Stride: specified as integer (i) and set to specified stride
83ba88
-      ":", that->pw_core_type_->param_buffers.stride, "i", stride,
83ba88
-      // Buffers: specifies how many buffers we want to deal with, set as
83ba88
-      // integer (i) where preferred number is 8, then allowed number is defined
83ba88
-      // as range (r) from min and max values and it is undecided (u) to allow
83ba88
-      // negotiation
83ba88
-      ":", that->pw_core_type_->param_buffers.buffers, "iru", 8,
83ba88
-      SPA_POD_PROP_MIN_MAX(1, 32),
83ba88
-      // Align: memory alignment of the buffer, set as integer (i) to specified
83ba88
-      // value
83ba88
-      ":", that->pw_core_type_->param_buffers.align, "i", 16));
83ba88
-  params[1] = reinterpret_cast<spa_pod*>(spa_pod_builder_object(
83ba88
-      &builder,
83ba88
-      // id to enumerate supported metadata
83ba88
-      that->pw_core_type_->param.idMeta, that->pw_core_type_->param_meta.Meta,
83ba88
-      // Type: specified as id or enum (I)
83ba88
-      ":", that->pw_core_type_->param_meta.type, "I",
83ba88
-      that->pw_core_type_->meta.Header,
83ba88
-      // Size: size of the metadata, specified as integer (i)
83ba88
-      ":", that->pw_core_type_->param_meta.size, "i",
83ba88
-      sizeof(struct spa_meta_header)));
83ba88
-
83ba88
-  pw_stream_finish_format(that->pw_stream_, /*res=*/0, params, /*n_params=*/2);
83ba88
+  const struct spa_pod* params[3];
83ba88
+  params[0] = reinterpret_cast<spa_pod *>(spa_pod_builder_add_object(&builder,
83ba88
+              SPA_TYPE_OBJECT_ParamBuffers, SPA_PARAM_Buffers,
83ba88
+              SPA_PARAM_BUFFERS_size, SPA_POD_Int(size),
83ba88
+              SPA_PARAM_BUFFERS_stride, SPA_POD_Int(stride),
83ba88
+              SPA_PARAM_BUFFERS_buffers, SPA_POD_CHOICE_RANGE_Int(8, 1, 32)));
83ba88
+  params[1] = reinterpret_cast<spa_pod *>(spa_pod_builder_add_object(&builder,
83ba88
+              SPA_TYPE_OBJECT_ParamMeta, SPA_PARAM_Meta,
83ba88
+              SPA_PARAM_META_type, SPA_POD_Id(SPA_META_Header),
83ba88
+              SPA_PARAM_META_size, SPA_POD_Int(sizeof(struct spa_meta_header))));
83ba88
+  params[2] = reinterpret_cast<spa_pod *>(spa_pod_builder_add_object(&builder,
83ba88
+              SPA_TYPE_OBJECT_ParamMeta, SPA_PARAM_Meta,
83ba88
+              SPA_PARAM_META_type, SPA_POD_Id (SPA_META_VideoCrop),
83ba88
+              SPA_PARAM_META_size, SPA_POD_Int (sizeof(struct spa_meta_region))));
83ba88
+  pw_stream_update_params(that->pw_stream_, params, 3);
83ba88
 }
83ba88
 
83ba88
 // static
83ba88
@@ -150,15 +136,25 @@ void BaseCapturerPipeWire::OnStreamProcess(void* data) {
83ba88
   BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(data);
83ba88
   RTC_DCHECK(that);
83ba88
 
83ba88
-  pw_buffer* buf = nullptr;
83ba88
+  struct pw_buffer *next_buffer;
83ba88
+  struct pw_buffer *buffer = nullptr;
83ba88
+
83ba88
+  next_buffer = pw_stream_dequeue_buffer(that->pw_stream_);
83ba88
+  while (next_buffer) {
83ba88
+    buffer = next_buffer;
83ba88
+    next_buffer = pw_stream_dequeue_buffer(that->pw_stream_);
83ba88
 
83ba88
-  if (!(buf = pw_stream_dequeue_buffer(that->pw_stream_))) {
83ba88
+    if (next_buffer)
83ba88
+      pw_stream_queue_buffer (that->pw_stream_, buffer);
83ba88
+  }
83ba88
+
83ba88
+  if (!buffer) {
83ba88
     return;
83ba88
   }
83ba88
 
83ba88
-  that->HandleBuffer(buf);
83ba88
+  that->HandleBuffer(buffer);
83ba88
 
83ba88
-  pw_stream_queue_buffer(that->pw_stream_, buf);
83ba88
+  pw_stream_queue_buffer(that->pw_stream_, buffer);
83ba88
 }
83ba88
 
83ba88
 BaseCapturerPipeWire::BaseCapturerPipeWire(CaptureSourceType source_type)
83ba88
@@ -169,38 +165,22 @@ BaseCapturerPipeWire::~BaseCapturerPipeWire() {
83ba88
     pw_thread_loop_stop(pw_main_loop_);
83ba88
   }
83ba88
 
83ba88
-  if (pw_type_) {
83ba88
-    delete pw_type_;
83ba88
-  }
83ba88
-
83ba88
-  if (spa_video_format_) {
83ba88
-    delete spa_video_format_;
83ba88
-  }
83ba88
-
83ba88
   if (pw_stream_) {
83ba88
     pw_stream_destroy(pw_stream_);
83ba88
   }
83ba88
 
83ba88
-  if (pw_remote_) {
83ba88
-    pw_remote_destroy(pw_remote_);
83ba88
+  if (pw_core_) {
83ba88
+    pw_core_disconnect(pw_core_);
83ba88
   }
83ba88
 
83ba88
-  if (pw_core_) {
83ba88
-    pw_core_destroy(pw_core_);
83ba88
+  if (pw_context_) {
83ba88
+    pw_context_destroy(pw_context_);
83ba88
   }
83ba88
 
83ba88
   if (pw_main_loop_) {
83ba88
     pw_thread_loop_destroy(pw_main_loop_);
83ba88
   }
83ba88
 
83ba88
-  if (pw_loop_) {
83ba88
-    pw_loop_destroy(pw_loop_);
83ba88
-  }
83ba88
-
83ba88
-  if (current_frame_) {
83ba88
-    free(current_frame_);
83ba88
-  }
83ba88
-
83ba88
   if (start_request_signal_id_) {
83ba88
     g_dbus_connection_signal_unsubscribe(connection_, start_request_signal_id_);
83ba88
   }
83ba88
@@ -250,27 +230,35 @@ void BaseCapturerPipeWire::InitPortal() {
83ba88
 void BaseCapturerPipeWire::InitPipeWire() {
83ba88
   pw_init(/*argc=*/nullptr, /*argc=*/nullptr);
83ba88
 
83ba88
-  pw_loop_ = pw_loop_new(/*properties=*/nullptr);
83ba88
-  pw_main_loop_ = pw_thread_loop_new(pw_loop_, "pipewire-main-loop");
83ba88
-
83ba88
-  pw_core_ = pw_core_new(pw_loop_, /*properties=*/nullptr);
83ba88
-  pw_core_type_ = pw_core_get_type(pw_core_);
83ba88
-  pw_remote_ = pw_remote_new(pw_core_, nullptr, /*user_data_size=*/0);
83ba88
+  pw_main_loop_ = pw_thread_loop_new("pipewire-main-loop", nullptr);
83ba88
+  pw_context_ = pw_context_new(pw_thread_loop_get_loop(pw_main_loop_), nullptr, 0);
83ba88
+  if (!pw_context_) {
83ba88
+    RTC_LOG(LS_ERROR) << "Failed to create PipeWire context";
83ba88
+    return;
83ba88
+  }
83ba88
 
83ba88
-  InitPipeWireTypes();
83ba88
+  pw_core_ = pw_context_connect(pw_context_, nullptr, 0);
83ba88
+  if (!pw_core_) {
83ba88
+    RTC_LOG(LS_ERROR) << "Failed to connect PipeWire context";
83ba88
+    return;
83ba88
+  }
83ba88
 
83ba88
   // Initialize event handlers, remote end and stream-related.
83ba88
-  pw_remote_events_.version = PW_VERSION_REMOTE_EVENTS;
83ba88
-  pw_remote_events_.state_changed = &OnStateChanged;
83ba88
+  pw_core_events_.version = PW_VERSION_CORE_EVENTS;
83ba88
+  pw_core_events_.error = &OnCoreError;
83ba88
 
83ba88
   pw_stream_events_.version = PW_VERSION_STREAM_EVENTS;
83ba88
   pw_stream_events_.state_changed = &OnStreamStateChanged;
83ba88
-  pw_stream_events_.format_changed = &OnStreamFormatChanged;
83ba88
+  pw_stream_events_.param_changed = &OnStreamParamChanged;
83ba88
   pw_stream_events_.process = &OnStreamProcess;
83ba88
 
83ba88
-  pw_remote_add_listener(pw_remote_, &spa_remote_listener_, &pw_remote_events_,
83ba88
-                         this);
83ba88
-  pw_remote_connect_fd(pw_remote_, pw_fd_);
83ba88
+  pw_core_add_listener(pw_core_, &spa_core_listener_, &pw_core_events_, this);
83ba88
+
83ba88
+  pw_stream_ = CreateReceivingStream();
83ba88
+  if (!pw_stream_) {
83ba88
+    RTC_LOG(LS_ERROR) << "Failed to create PipeWire stream";
83ba88
+    return;
83ba88
+  }
83ba88
 
83ba88
   if (pw_thread_loop_start(pw_main_loop_) < 0) {
83ba88
     RTC_LOG(LS_ERROR) << "Failed to start main PipeWire loop";
83ba88
@@ -278,81 +266,132 @@ void BaseCapturerPipeWire::InitPipeWire() {
83ba88
   }
83ba88
 }
83ba88
 
83ba88
-void BaseCapturerPipeWire::InitPipeWireTypes() {
83ba88
-  spa_type_map* map = pw_core_type_->map;
83ba88
-  pw_type_ = new PipeWireType();
83ba88
-
83ba88
-  spa_type_media_type_map(map, &pw_type_->media_type);
83ba88
-  spa_type_media_subtype_map(map, &pw_type_->media_subtype);
83ba88
-  spa_type_format_video_map(map, &pw_type_->format_video);
83ba88
-  spa_type_video_format_map(map, &pw_type_->video_format);
83ba88
-}
83ba88
-
83ba88
-void BaseCapturerPipeWire::CreateReceivingStream() {
83ba88
+pw_stream* BaseCapturerPipeWire::CreateReceivingStream() {
83ba88
   spa_rectangle pwMinScreenBounds = spa_rectangle{1, 1};
83ba88
-  spa_rectangle pwScreenBounds =
83ba88
-      spa_rectangle{static_cast<uint32_t>(desktop_size_.width()),
83ba88
-                    static_cast<uint32_t>(desktop_size_.height())};
83ba88
+  spa_rectangle pwMaxScreenBounds = spa_rectangle{INT32_MAX, INT32_MAX};
83ba88
 
83ba88
-  spa_fraction pwFrameRateMin = spa_fraction{0, 1};
83ba88
-  spa_fraction pwFrameRateMax = spa_fraction{60, 1};
83ba88
+  auto stream = pw_stream_new(pw_core_, "webrtc-pipewire-stream", nullptr);
83ba88
 
83ba88
-  pw_properties* reuseProps = pw_properties_new("pipewire.client.reuse", "1",
83ba88
-                                                /*end of varargs*/ nullptr);
83ba88
-  pw_stream_ = pw_stream_new(pw_remote_, "webrtc-consume-stream", reuseProps);
83ba88
+  if (!stream) {
83ba88
+    RTC_LOG(LS_ERROR) << "Could not create receiving stream.";
83ba88
+    return nullptr;
83ba88
+  }
83ba88
 
83ba88
   uint8_t buffer[1024] = {};
83ba88
-  const spa_pod* params[1];
83ba88
-  spa_pod_builder builder = spa_pod_builder{buffer, sizeof(buffer)};
83ba88
-  params[0] = reinterpret_cast<spa_pod*>(spa_pod_builder_object(
83ba88
-      &builder,
83ba88
-      // id to enumerate formats
83ba88
-      pw_core_type_->param.idEnumFormat, pw_core_type_->spa_format, "I",
83ba88
-      pw_type_->media_type.video, "I", pw_type_->media_subtype.raw,
83ba88
-      // Video format: specified as id or enum (I), preferred format is BGRx,
83ba88
-      // then allowed formats are enumerated (e) and the format is undecided (u)
83ba88
-      // to allow negotiation
83ba88
-      ":", pw_type_->format_video.format, "Ieu", pw_type_->video_format.BGRx,
83ba88
-      SPA_POD_PROP_ENUM(2, pw_type_->video_format.RGBx,
83ba88
-                        pw_type_->video_format.BGRx),
83ba88
-      // Video size: specified as rectangle (R), preferred size is specified as
83ba88
-      // first parameter, then allowed size is defined as range (r) from min and
83ba88
-      // max values and the format is undecided (u) to allow negotiation
83ba88
-      ":", pw_type_->format_video.size, "Rru", &pwScreenBounds, 2,
83ba88
-      &pwMinScreenBounds, &pwScreenBounds,
83ba88
-      // Frame rate: specified as fraction (F) and set to minimum frame rate
83ba88
-      // value
83ba88
-      ":", pw_type_->format_video.framerate, "F", &pwFrameRateMin,
83ba88
-      // Max frame rate: specified as fraction (F), preferred frame rate is set
83ba88
-      // to maximum value, then allowed frame rate is defined as range (r) from
83ba88
-      // min and max values and it is undecided (u) to allow negotiation
83ba88
-      ":", pw_type_->format_video.max_framerate, "Fru", &pwFrameRateMax, 2,
83ba88
-      &pwFrameRateMin, &pwFrameRateMax));
83ba88
-
83ba88
-  pw_stream_add_listener(pw_stream_, &spa_stream_listener_, &pw_stream_events_,
83ba88
-                         this);
83ba88
+  const spa_pod* params[2];
83ba88
+  spa_pod_builder builder = SPA_POD_BUILDER_INIT(buffer, sizeof (buffer));
83ba88
+
83ba88
+  params[0] = reinterpret_cast<spa_pod *>(spa_pod_builder_add_object(&builder,
83ba88
+              SPA_TYPE_OBJECT_Format, SPA_PARAM_EnumFormat,
83ba88
+              SPA_FORMAT_mediaType, SPA_POD_Id(SPA_MEDIA_TYPE_video),
83ba88
+              SPA_FORMAT_mediaSubtype, SPA_POD_Id(SPA_MEDIA_SUBTYPE_raw),
83ba88
+              SPA_FORMAT_VIDEO_format, SPA_POD_CHOICE_ENUM_Id(5, SPA_VIDEO_FORMAT_BGRx, SPA_VIDEO_FORMAT_RGBx, SPA_VIDEO_FORMAT_RGBA,
83ba88
+                                                                 SPA_VIDEO_FORMAT_BGRx, SPA_VIDEO_FORMAT_BGRA),
83ba88
+              SPA_FORMAT_VIDEO_size, SPA_POD_CHOICE_RANGE_Rectangle(&pwMinScreenBounds,
83ba88
+                                                                    &pwMinScreenBounds,
83ba88
+                                                                    &pwMaxScreenBounds),
83ba88
+              0));
83ba88
+  pw_stream_add_listener(stream, &spa_stream_listener_, &pw_stream_events_, this);
83ba88
+
83ba88
   pw_stream_flags flags = static_cast<pw_stream_flags>(
83ba88
-      PW_STREAM_FLAG_AUTOCONNECT | PW_STREAM_FLAG_INACTIVE |
83ba88
-      PW_STREAM_FLAG_MAP_BUFFERS);
83ba88
-  if (pw_stream_connect(pw_stream_, PW_DIRECTION_INPUT, /*port_path=*/nullptr,
83ba88
-                        flags, params,
83ba88
-                        /*n_params=*/1) != 0) {
83ba88
+      PW_STREAM_FLAG_AUTOCONNECT | PW_STREAM_FLAG_INACTIVE);
83ba88
+
83ba88
+  if (pw_stream_connect(stream, PW_DIRECTION_INPUT, pw_stream_node_id_, PW_STREAM_FLAG_AUTOCONNECT, params, 1) != 0) {
83ba88
     RTC_LOG(LS_ERROR) << "Could not connect receiving stream.";
83ba88
     portal_init_failed_ = true;
83ba88
-    return;
83ba88
   }
83ba88
+
83ba88
+  return stream;
83ba88
 }
83ba88
 
83ba88
 void BaseCapturerPipeWire::HandleBuffer(pw_buffer* buffer) {
83ba88
+  struct spa_meta_region* video_crop;
83ba88
   spa_buffer* spaBuffer = buffer->buffer;
83ba88
-  void* src = nullptr;
83ba88
+  uint8_t *map = nullptr;
83ba88
+  uint8_t* src = nullptr;
83ba88
+  uint8_t* dst = nullptr;
83ba88
+
83ba88
+  if (spaBuffer->datas[0].chunk->size == 0) {
83ba88
+    map = nullptr;
83ba88
+    src = nullptr;
83ba88
+  } else if (spaBuffer->datas[0].type == SPA_DATA_MemFd) {
83ba88
+    map = static_cast<uint8_t*>(mmap(
83ba88
+        nullptr, spaBuffer->datas[0].maxsize + spaBuffer->datas[0].mapoffset,
83ba88
+        PROT_READ, MAP_PRIVATE, spaBuffer->datas[0].fd, 0));
83ba88
+
83ba88
+    if (map == MAP_FAILED) {
83ba88
+      RTC_LOG(LS_ERROR) << "Failed to mmap the memory: " << std::strerror(errno);
83ba88
+      return;
83ba88
+    }
83ba88
+
83ba88
+    src = SPA_MEMBER(map, spaBuffer->datas[0].mapoffset, uint8_t);
83ba88
+  } else if (spaBuffer->datas[0].type == SPA_DATA_DmaBuf) {
83ba88
+    int fd;
83ba88
+    fd = spaBuffer->datas[0].fd;
83ba88
 
83ba88
-  if (!(src = spaBuffer->datas[0].data)) {
83ba88
+    map = static_cast<uint8_t*>(mmap(
83ba88
+        nullptr, spaBuffer->datas[0].maxsize + spaBuffer->datas[0].mapoffset,
83ba88
+        PROT_READ, MAP_PRIVATE, fd, 0));
83ba88
+
83ba88
+    if (map == MAP_FAILED) {
83ba88
+      RTC_LOG(LS_ERROR) << "Failed to mmap the memory: " << std::strerror(errno);
83ba88
+      return;
83ba88
+    }
83ba88
+
83ba88
+    SyncDmaBuf(fd, DMA_BUF_SYNC_START);
83ba88
+
83ba88
+    src = SPA_MEMBER(map, spaBuffer->datas[0].mapoffset, uint8_t);
83ba88
+  } else if (spaBuffer->datas[0].type == SPA_DATA_MemPtr) {
83ba88
+    map = nullptr;
83ba88
+    src = static_cast<uint8_t*>(spaBuffer->datas[0].data);
83ba88
+  } else {
83ba88
     return;
83ba88
   }
83ba88
 
83ba88
-  uint32_t maxSize = spaBuffer->datas[0].maxsize;
83ba88
-  int32_t srcStride = spaBuffer->datas[0].chunk->stride;
83ba88
+  if (!src) {
83ba88
+    return;
83ba88
+  }
83ba88
+
83ba88
+  DesktopSize prev_crop_size = DesktopSize(0, 0);
83ba88
+  if (video_crop_size_initialized_) {
83ba88
+    prev_crop_size = video_crop_size_;
83ba88
+  }  
83ba88
+
83ba88
+  if ((video_crop = static_cast<struct spa_meta_region*>(
83ba88
+           spa_buffer_find_meta_data(spaBuffer, SPA_META_VideoCrop, sizeof(*video_crop))))) {
83ba88
+    RTC_DCHECK(video_crop->region.size.width <= desktop_size_.width() &&
83ba88
+               video_crop->region.size.height <= desktop_size_.height());
83ba88
+    if ((video_crop->region.size.width != desktop_size_.width() ||
83ba88
+        video_crop->region.size.height != desktop_size_.height()) && video_crop->region.size.width && video_crop->region.size.height) {
83ba88
+      video_crop_size_ = DesktopSize(video_crop->region.size.width, video_crop->region.size.height);
83ba88
+      video_crop_size_initialized_ = true;
83ba88
+    } else {
83ba88
+      video_crop_size_initialized_ = false;
83ba88
+    }
83ba88
+  } else {
83ba88
+    video_crop_size_initialized_ = false;
83ba88
+  }
83ba88
+
83ba88
+  size_t frame_size;
83ba88
+  if (video_crop_size_initialized_) {
83ba88
+    frame_size =
83ba88
+        video_crop_size_.width() * video_crop_size_.height() * kBytesPerPixel;
83ba88
+  } else {
83ba88
+    frame_size =
83ba88
+        desktop_size_.width() * desktop_size_.height() * kBytesPerPixel;
83ba88
+  }
83ba88
+
83ba88
+  if (!current_frame_ ||
83ba88
+      (video_crop_size_initialized_ && !video_crop_size_.equals(prev_crop_size))) {
83ba88
+    current_frame_ = std::make_unique<uint8_t[]>(frame_size);
83ba88
+  }
83ba88
+  RTC_DCHECK(current_frame_ != nullptr);
83ba88
+
83ba88
+  const int32_t dstStride = video_crop_size_initialized_
83ba88
+                                ? video_crop_size_.width() * kBytesPerPixel
83ba88
+                                : desktop_size_.width() * kBytesPerPixel;
83ba88
+  const int32_t srcStride = spaBuffer->datas[0].chunk->stride;
83ba88
+
83ba88
   if (srcStride != (desktop_size_.width() * kBytesPerPixel)) {
83ba88
     RTC_LOG(LS_ERROR) << "Got buffer with stride different from screen stride: "
83ba88
                       << srcStride
83ba88
@@ -361,21 +400,40 @@ void BaseCapturerPipeWire::HandleBuffer(pw_buffer* buffer) {
83ba88
     return;
83ba88
   }
83ba88
 
83ba88
-  if (!current_frame_) {
83ba88
-    current_frame_ = static_cast<uint8_t*>(malloc(maxSize));
83ba88
+  dst = current_frame_.get();
83ba88
+
83ba88
+  // Adjust source content based on crop video position
83ba88
+  if (video_crop_size_initialized_ &&
83ba88
+      (video_crop->region.position.y + video_crop_size_.height() <= desktop_size_.height())) {
83ba88
+    for (int i = 0; i < video_crop->region.position.y; ++i) {
83ba88
+      src += srcStride;
83ba88
+    }
83ba88
+  }
83ba88
+  const int xOffset =
83ba88
+      video_crop_size_initialized_ && (video_crop->region.position.x + video_crop_size_.width() <=
83ba88
+                           desktop_size_.width())
83ba88
+          ? video_crop->region.position.x * kBytesPerPixel
83ba88
+          : 0;
83ba88
+  const int height = video_crop_size_initialized_ ? video_crop_size_.height() : desktop_size_.height();
83ba88
+  for (int i = 0; i < height; ++i) {
83ba88
+    // Adjust source content based on crop video position if needed
83ba88
+    src += xOffset;
83ba88
+    std::memcpy(dst, src, dstStride);
83ba88
+    // If both sides decided to go with the RGBx format we need to convert it to
83ba88
+    // BGRx to match color format expected by WebRTC.
83ba88
+    if (spa_video_format_.format == SPA_VIDEO_FORMAT_RGBx ||
83ba88
+        spa_video_format_.format == SPA_VIDEO_FORMAT_RGBA) {
83ba88
+      ConvertRGBxToBGRx(dst, dstStride);
83ba88
+    }
83ba88
+    src += srcStride - xOffset;
83ba88
+    dst += dstStride;
83ba88
   }
83ba88
-  RTC_DCHECK(current_frame_ != nullptr);
83ba88
 
83ba88
-  // If both sides decided to go with the RGBx format we need to convert it to
83ba88
-  // BGRx to match color format expected by WebRTC.
83ba88
-  if (spa_video_format_->format == pw_type_->video_format.RGBx) {
83ba88
-    uint8_t* tempFrame = static_cast<uint8_t*>(malloc(maxSize));
83ba88
-    std::memcpy(tempFrame, src, maxSize);
83ba88
-    ConvertRGBxToBGRx(tempFrame, maxSize);
83ba88
-    std::memcpy(current_frame_, tempFrame, maxSize);
83ba88
-    free(tempFrame);
83ba88
-  } else {
83ba88
-    std::memcpy(current_frame_, src, maxSize);
83ba88
+  if (map) {
83ba88
+    if (spaBuffer->datas[0].type == SPA_DATA_DmaBuf) {
83ba88
+      SyncDmaBuf(spaBuffer->datas[0].fd, DMA_BUF_SYNC_END);
83ba88
+    }
83ba88
+    munmap(map, spaBuffer->datas[0].maxsize + spaBuffer->datas[0].mapoffset);
83ba88
   }
83ba88
 }
83ba88
 
83ba88
@@ -725,10 +783,7 @@ void BaseCapturerPipeWire::OnStartRequestResponseSignal(
83ba88
       g_variant_get(variant, "(u@a{sv})", &stream_id, &options);
83ba88
       RTC_DCHECK(options != nullptr);
83ba88
 
83ba88
-      g_variant_lookup(options, "size", "(ii)", &width, &height);
83ba88
-
83ba88
-      that->desktop_size_.set(width, height);
83ba88
-
83ba88
+      that->pw_stream_node_id_ = stream_id;
83ba88
       g_variant_unref(options);
83ba88
       g_variant_unref(variant);
83ba88
     }
83ba88
@@ -813,10 +868,15 @@ void BaseCapturerPipeWire::CaptureFrame() {
83ba88
     return;
83ba88
   }
83ba88
 
83ba88
-  std::unique_ptr<DesktopFrame> result(new BasicDesktopFrame(desktop_size_));
83ba88
+  DesktopSize frame_size = desktop_size_;
83ba88
+  if (video_crop_size_initialized_) {
83ba88
+    frame_size = video_crop_size_;
83ba88
+  }
83ba88
+  
83ba88
+  std::unique_ptr<DesktopFrame> result(new BasicDesktopFrame(frame_size));
83ba88
   result->CopyPixelsFrom(
83ba88
-      current_frame_, (desktop_size_.width() * kBytesPerPixel),
83ba88
-      DesktopRect::MakeWH(desktop_size_.width(), desktop_size_.height()));
83ba88
+      current_frame_.get(), (frame_size.width() * kBytesPerPixel),
83ba88
+      DesktopRect::MakeWH(frame_size.width(), frame_size.height()));
83ba88
   if (!result) {
83ba88
     callback_->OnCaptureResult(Result::ERROR_TEMPORARY, nullptr);
83ba88
     return;
83ba88
@@ -837,4 +897,22 @@ bool BaseCapturerPipeWire::SelectSource(SourceId id) {
83ba88
   return true;
83ba88
 }
83ba88
 
83ba88
+// static
83ba88
+std::unique_ptr<DesktopCapturer>
83ba88
+BaseCapturerPipeWire::CreateRawScreenCapturer(
83ba88
+    const DesktopCaptureOptions& options) {
83ba88
+  std::unique_ptr<BaseCapturerPipeWire> capturer =
83ba88
+      std::make_unique<BaseCapturerPipeWire>(BaseCapturerPipeWire::CaptureSourceType::kAny);
83ba88
+  return std::move(capturer);}
83ba88
+
83ba88
+// static
83ba88
+std::unique_ptr<DesktopCapturer>
83ba88
+BaseCapturerPipeWire::CreateRawWindowCapturer(
83ba88
+    const DesktopCaptureOptions& options) {
83ba88
+
83ba88
+  std::unique_ptr<BaseCapturerPipeWire> capturer =
83ba88
+      std::make_unique<BaseCapturerPipeWire>(BaseCapturerPipeWire::CaptureSourceType::kAny);
83ba88
+  return std::move(capturer);
83ba88
+}
83ba88
+
83ba88
 }  // namespace webrtc
83ba88
diff --git a/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.h b/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.h
83ba88
index 56b101acbaa6..de54157d1a2a 100644
83ba88
--- a/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.h
83ba88
+++ b/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.h
83ba88
@@ -22,17 +22,13 @@
83ba88
 
83ba88
 namespace webrtc {
83ba88
 
83ba88
-class PipeWireType {
83ba88
- public:
83ba88
-  spa_type_media_type media_type;
83ba88
-  spa_type_media_subtype media_subtype;
83ba88
-  spa_type_format_video format_video;
83ba88
-  spa_type_video_format video_format;
83ba88
-};
83ba88
-
83ba88
 class BaseCapturerPipeWire : public DesktopCapturer {
83ba88
  public:
83ba88
-  enum CaptureSourceType { Screen = 1, Window };
83ba88
+  enum CaptureSourceType : uint32_t {
83ba88
+    kScreen = 0b01,
83ba88
+    kWindow = 0b10,
83ba88
+    kAny = 0b11
83ba88
+  };
83ba88
 
83ba88
   explicit BaseCapturerPipeWire(CaptureSourceType source_type);
83ba88
   ~BaseCapturerPipeWire() override;
83ba88
@@ -43,28 +39,32 @@ class BaseCapturerPipeWire : public DesktopCapturer {
83ba88
   bool GetSourceList(SourceList* sources) override;
83ba88
   bool SelectSource(SourceId id) override;
83ba88
 
83ba88
+  static std::unique_ptr<DesktopCapturer> CreateRawScreenCapturer(
83ba88
+      const DesktopCaptureOptions& options);
83ba88
+
83ba88
+  static std::unique_ptr<DesktopCapturer> CreateRawWindowCapturer(
83ba88
+      const DesktopCaptureOptions& options);
83ba88
+
83ba88
  private:
83ba88
   // PipeWire types -->
83ba88
+  pw_context* pw_context_ = nullptr;
83ba88
   pw_core* pw_core_ = nullptr;
83ba88
-  pw_type* pw_core_type_ = nullptr;
83ba88
   pw_stream* pw_stream_ = nullptr;
83ba88
-  pw_remote* pw_remote_ = nullptr;
83ba88
-  pw_loop* pw_loop_ = nullptr;
83ba88
   pw_thread_loop* pw_main_loop_ = nullptr;
83ba88
-  PipeWireType* pw_type_ = nullptr;
83ba88
 
83ba88
+  spa_hook spa_core_listener_ = {};
83ba88
   spa_hook spa_stream_listener_ = {};
83ba88
-  spa_hook spa_remote_listener_ = {};
83ba88
 
83ba88
+  pw_core_events pw_core_events_ = {};
83ba88
   pw_stream_events pw_stream_events_ = {};
83ba88
-  pw_remote_events pw_remote_events_ = {};
83ba88
 
83ba88
-  spa_video_info_raw* spa_video_format_ = nullptr;
83ba88
+  struct spa_video_info_raw spa_video_format_;
83ba88
 
83ba88
+  guint32 pw_stream_node_id_ = 0;
83ba88
   gint32 pw_fd_ = -1;
83ba88
 
83ba88
   CaptureSourceType capture_source_type_ =
83ba88
-      BaseCapturerPipeWire::CaptureSourceType::Screen;
83ba88
+      BaseCapturerPipeWire::CaptureSourceType::kAny;
83ba88
 
83ba88
   // <-- end of PipeWire types
83ba88
 
83ba88
@@ -78,33 +78,37 @@ class BaseCapturerPipeWire : public DesktopCapturer {
83ba88
   guint sources_request_signal_id_ = 0;
83ba88
   guint start_request_signal_id_ = 0;
83ba88
 
83ba88
+  bool video_crop_size_initialized_ = false;
83ba88
+  DesktopSize video_crop_size_;;
83ba88
   DesktopSize desktop_size_ = {};
83ba88
   DesktopCaptureOptions options_ = {};
83ba88
 
83ba88
-  uint8_t* current_frame_ = nullptr;
83ba88
+  std::unique_ptr<uint8_t[]> current_frame_;
83ba88
   Callback* callback_ = nullptr;
83ba88
 
83ba88
   bool portal_init_failed_ = false;
83ba88
 
83ba88
   void InitPortal();
83ba88
   void InitPipeWire();
83ba88
-  void InitPipeWireTypes();
83ba88
 
83ba88
-  void CreateReceivingStream();
83ba88
+  pw_stream* CreateReceivingStream();
83ba88
   void HandleBuffer(pw_buffer* buffer);
83ba88
 
83ba88
   void ConvertRGBxToBGRx(uint8_t* frame, uint32_t size);
83ba88
 
83ba88
-  static void OnStateChanged(void* data,
83ba88
-                             pw_remote_state old_state,
83ba88
-                             pw_remote_state state,
83ba88
-                             const char* error);
83ba88
+  static void SyncDmaBuf(int fd, uint64_t start_or_end);
83ba88
+  static void OnCoreError(void *data,
83ba88
+                          uint32_t id,
83ba88
+                          int seq,
83ba88
+                          int res,
83ba88
+                          const char *message);
83ba88
+  static void OnStreamParamChanged(void *data,
83ba88
+                                   uint32_t id,
83ba88
+                                   const struct spa_pod *format);
83ba88
   static void OnStreamStateChanged(void* data,
83ba88
                                    pw_stream_state old_state,
83ba88
                                    pw_stream_state state,
83ba88
                                    const char* error_message);
83ba88
-
83ba88
-  static void OnStreamFormatChanged(void* data, const struct spa_pod* format);
83ba88
   static void OnStreamProcess(void* data);
83ba88
   static void OnNewBuffer(void* data, uint32_t id);
83ba88
 
83ba88
diff --git a/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/screen_capturer_pipewire.cc b/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/screen_capturer_pipewire.cc
83ba88
index 26956fc67dc8..3813d697bb38 100644
83ba88
--- a/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/screen_capturer_pipewire.cc
83ba88
+++ b/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/screen_capturer_pipewire.cc
83ba88
@@ -15,7 +15,7 @@
83ba88
 namespace webrtc {
83ba88
 
83ba88
 ScreenCapturerPipeWire::ScreenCapturerPipeWire()
83ba88
-    : BaseCapturerPipeWire(BaseCapturerPipeWire::CaptureSourceType::Screen) {}
83ba88
+    : BaseCapturerPipeWire(BaseCapturerPipeWire::CaptureSourceType::kScreen) {}
83ba88
 ScreenCapturerPipeWire::~ScreenCapturerPipeWire() {}
83ba88
 
83ba88
 // static
83ba88
diff --git a/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/window_capturer_pipewire.cc b/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/window_capturer_pipewire.cc
83ba88
index 35436475cb4d..c43a1f1a0c4e 100644
83ba88
--- a/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/window_capturer_pipewire.cc
83ba88
+++ b/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/window_capturer_pipewire.cc
83ba88
@@ -15,7 +15,7 @@
83ba88
 namespace webrtc {
83ba88
 
83ba88
 WindowCapturerPipeWire::WindowCapturerPipeWire()
83ba88
-    : BaseCapturerPipeWire(BaseCapturerPipeWire::CaptureSourceType::Window) {}
83ba88
+    : BaseCapturerPipeWire(BaseCapturerPipeWire::CaptureSourceType::kWindow) {}
83ba88
 WindowCapturerPipeWire::~WindowCapturerPipeWire() {}
83ba88
 
83ba88
 // static
83ba88
diff --git a/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer_linux.cc b/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer_linux.cc
83ba88
index cf8a9dd0e0db..d27fab8d28d9 100644
83ba88
--- a/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer_linux.cc
83ba88
+++ b/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer_linux.cc
83ba88
@@ -26,7 +26,7 @@ std::unique_ptr<DesktopCapturer> DesktopCapturer::CreateRawScreenCapturer(
83ba88
     const DesktopCaptureOptions& options) {
83ba88
 #if defined(WEBRTC_USE_PIPEWIRE)
83ba88
   if (options.allow_pipewire() && DesktopCapturer::IsRunningUnderWayland()) {
83ba88
-    return ScreenCapturerPipeWire::CreateRawScreenCapturer(options);
83ba88
+    return BaseCapturerPipeWire::CreateRawScreenCapturer(options);
83ba88
   }
83ba88
 #endif  // defined(WEBRTC_USE_PIPEWIRE)
83ba88
 
83ba88
diff --git a/media/webrtc/trunk/webrtc/modules/desktop_capture/window_capturer_linux.cc b/media/webrtc/trunk/webrtc/modules/desktop_capture/window_capturer_linux.cc
83ba88
index 82359e50c2db..bb9724cf7cc2 100644
83ba88
--- a/media/webrtc/trunk/webrtc/modules/desktop_capture/window_capturer_linux.cc
83ba88
+++ b/media/webrtc/trunk/webrtc/modules/desktop_capture/window_capturer_linux.cc
83ba88
@@ -26,7 +26,7 @@ std::unique_ptr<DesktopCapturer> DesktopCapturer::CreateRawWindowCapturer(
83ba88
     const DesktopCaptureOptions& options) {
83ba88
 #if defined(WEBRTC_USE_PIPEWIRE)
83ba88
   if (options.allow_pipewire() && DesktopCapturer::IsRunningUnderWayland()) {
83ba88
-    return WindowCapturerPipeWire::CreateRawWindowCapturer(options);
83ba88
+    return BaseCapturerPipeWire::CreateRawWindowCapturer(options);
83ba88
   }
83ba88
 #endif  // defined(WEBRTC_USE_PIPEWIRE)
83ba88