Skip to content

Commit

Permalink
screencast: pipewire remove uneeded PW_STREAM_FLAG_MAP_BUFFERS flag
Browse files Browse the repository at this point in the history
  • Loading branch information
columbarius committed Jul 2, 2021
1 parent 07ded59 commit cbaad39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/screencast/pipewire_screencast.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
&param, 1);
}

Expand Down

0 comments on commit cbaad39

Please sign in to comment.