Skip to content

Commit

Permalink
Remove uneeded PW_STREAM_FLAG_MAP_BUFFERS flag in pipewire_screencast.c
Browse files Browse the repository at this point in the history
  • Loading branch information
columbarius committed Nov 6, 2020
1 parent 03bc8d6 commit 21a1c4c
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 @@ -228,8 +228,7 @@ void xdpw_pwr_stream_init(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 21a1c4c

Please sign in to comment.