mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 06:35:57 +01:00
screencast: pipewire remove uneeded PW_STREAM_FLAG_MAP_BUFFERS flag
This commit is contained in:
parent
6a3832277f
commit
a33034acce
1 changed files with 1 additions and 2 deletions
|
@ -250,8 +250,7 @@ void xdpw_pwr_stream_create(struct xdpw_screencast_instance *cast) {
|
|||
pw_stream_connect(cast->stream,
|
||||
PW_DIRECTION_OUTPUT,
|
||||
PW_ID_ANY,
|
||||
(PW_STREAM_FLAG_DRIVER |
|
||||
PW_STREAM_FLAG_MAP_BUFFERS),
|
||||
PW_STREAM_FLAG_DRIVER,
|
||||
¶m, 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue