Put the following into /etc/portage/patches/www-client/chromium/pipewire1.4.patch --- .chromium-135.0.7049.41/third_party/webrtc/modules/video_capture/linux/pipewire_session.cc +++ .chromium-135.0.7049.41/third_party/webrtc/modules/video_capture/linux/pipewire_session.cc @@ -61,5 +61,5 @@ }; - pw_node_add_listener(proxy_, &node_listener_, &node_events, this); + pw_node_add_listener(reinterpret_cast<pw_node*>(proxy_), &node_listener_, &node_events, this); } @@ -95,5 +95,5 @@ if (id == SPA_PARAM_EnumFormat && info->params[i].flags & SPA_PARAM_INFO_READ) { - pw_node_enum_params(that->proxy_, 0, id, 0, UINT32_MAX, nullptr); + pw_node_enum_params(reinterpret_cast<pw_node*>(that->proxy_), 0, id, 0, UINT32_MAX, nullptr); break; }
A new bug isn't right for this. *** This bug has been marked as a duplicate of bug 951816 ***