<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">https://bugs.gentoo.org/951816
https://issues.webrtc.org/issues/401732633
https://webrtc-review.googlesource.com/c/src/+/380500
--- a/src/3rdparty/chromium/third_party/webrtc/modules/video_capture/linux/pipewire_session.cc
+++ b/src/3rdparty/chromium/third_party/webrtc/modules/video_capture/linux/pipewire_session.cc
@@ -61,5 +61,5 @@
   };
 
-  pw_node_add_listener(proxy_, &amp;node_listener_, &amp;node_events, this);
+  pw_node_add_listener(reinterpret_cast&lt;pw_node*&gt;(proxy_), &amp;node_listener_, &amp;node_events, this);
 }
 
@@ -95,5 +95,5 @@
       if (id == SPA_PARAM_EnumFormat &amp;&amp;
           info-&gt;params[i].flags &amp; SPA_PARAM_INFO_READ) {
-        pw_node_enum_params(that-&gt;proxy_, 0, id, 0, UINT32_MAX, nullptr);
+        pw_node_enum_params(reinterpret_cast&lt;pw_node*&gt;(that-&gt;proxy_), 0, id, 0, UINT32_MAX, nullptr);
         break;
       }
</pre></body></html>