screencast: pipewire remove uneeded PW_STREAM_FLAG_MAP_BUFFERS flag

This commit is contained in:
columbarius 2020-10-23 01:55:12 +02:00 committed by Simon Ser
parent 6a3832277f
commit a33034acce
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}