Skip to content

Commit

Permalink
screencast: bump the prefered amount of pipewire buffers to 4
Browse files Browse the repository at this point in the history
This tells pipewire, we prefere to use 4 pw_buffers in the pipe. This
should remove most "out of buffer" occourences.
  • Loading branch information
columbarius committed Nov 4, 2021
1 parent e3b4f4d commit 72f4bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pipewire_screencast.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "screencast_common.h"

#define XDPW_PWR_BUFFERS 1
#define XDPW_PWR_BUFFERS 4
#define XDPW_PWR_ALIGN 16

void xdpw_pwr_trigger_process(struct xdpw_screencast_instance *cast);
Expand Down

0 comments on commit 72f4bdc

Please sign in to comment.