mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-25 23:45:58 +01:00
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:
parent
b2f1a10023
commit
3ee4c5cca2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
#include "screencast_common.h"
|
#include "screencast_common.h"
|
||||||
|
|
||||||
#define XDPW_PWR_BUFFERS 1
|
#define XDPW_PWR_BUFFERS 4
|
||||||
#define XDPW_PWR_ALIGN 16
|
#define XDPW_PWR_ALIGN 16
|
||||||
|
|
||||||
void xdpw_pwr_trigger_process(struct xdpw_screencast_instance *cast);
|
void xdpw_pwr_trigger_process(struct xdpw_screencast_instance *cast);
|
||||||
|
|
Loading…
Reference in a new issue