Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 953114 - www-client/chromium-135.0.7049.41 needs the pipewire patch from bug 951816
Summary: www-client/chromium-135.0.7049.41 needs the pipewire patch from bug 951816
Status: RESOLVED DUPLICATE of bug 951816
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-04 10:23 UTC by Roy Bamford
Modified: 2025-04-04 15:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roy Bamford gentoo-dev 2025-04-04 10:23:17 UTC
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;
       }
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-04-04 15:11:01 UTC
A new bug isn't right for this.

*** This bug has been marked as a duplicate of bug 951816 ***