screencast: bump the prefered amount of pipewire buffers to 4

This tells pipewire, we prefere to use 4 pw_buffers in the pipe. This
should remove most "out of buffer" occourences.
This commit is contained in:
columbarius 2021-09-09 17:30:23 +02:00
parent b2f1a10023
commit 3ee4c5cca2
1 changed files with 1 additions and 1 deletions

View File

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