Browse Source

content: enable WebRTCPipeWireCapturer by default

Signed-off-by: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
Rebecca Chang Swee Fun 1 year ago
parent
commit
da3a67ea58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      content/public/common/content_features.cc

+ 1 - 1
content/public/common/content_features.cc

@@ -1298,7 +1298,7 @@ const base::Feature kRetryGetVideoCaptureDeviceInfos{
 // Controls whether the PipeWire support for screen capturing is enabled on the
 // Wayland display server.
 const base::Feature kWebRtcPipeWireCapturer{"WebRTCPipeWireCapturer",
-                                            base::FEATURE_DISABLED_BY_DEFAULT};
+                                            base::FEATURE_ENABLED_BY_DEFAULT};
 #endif  // defined(WEBRTC_USE_PIPEWIRE)
 
 enum class VideoCaptureServiceConfiguration {