Ver código fonte

content: enable WebRTCPipeWireCapturer by default

Signed-off-by: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
Rebecca Chang Swee Fun 1 ano atrás
pai
commit
da3a67ea58
1 arquivos alterados com 1 adições e 1 exclusões
  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 {