From aac9b9cde7540045507d3877f5a58c6253967ee2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 5 Nov 2024 01:08:56 +0100 Subject: Fix incorrect bitrate calculation for constant bitrate --- src/egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egl.c') diff --git a/src/egl.c b/src/egl.c index 87c2b84..315cbab 100644 --- a/src/egl.c +++ b/src/egl.c @@ -223,7 +223,7 @@ static bool gsr_egl_create_window(gsr_egl *self, bool wayland) { if(wayland) { self->wayland.dpy = wl_display_connect(NULL); if(!self->wayland.dpy) { - fprintf(stderr, "gsr error: gsr_egl_create_window failed: wl_display_connect failed\n"); + fprintf(stderr, "gsr error: gsr_egl_create_window failed: failed to connect to the Wayland server\n"); goto fail; } -- cgit v1.2.3