From d1c49f35a5cca15ee17939c7f2a87224f494c5b3 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 8 Feb 2024 19:06:09 +0100 Subject: Window capture: clear background with black color --- src/capture/xcomposite_cuda.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/capture/xcomposite_cuda.c') diff --git a/src/capture/xcomposite_cuda.c b/src/capture/xcomposite_cuda.c index 7e65efa..58af0be 100644 --- a/src/capture/xcomposite_cuda.c +++ b/src/capture/xcomposite_cuda.c @@ -272,6 +272,7 @@ static void gsr_capture_xcomposite_cuda_stop(gsr_capture *cap, AVCodecContext *v static void gsr_capture_xcomposite_cuda_tick(gsr_capture *cap, AVCodecContext *video_codec_context, AVFrame **frame) { gsr_capture_xcomposite_cuda *cap_xcomp = cap->priv; + cap_xcomp->params.egl->glClearColor(0.0f, 0.0f, 0.0f, 1.0f); cap_xcomp->params.egl->glClear(GL_COLOR_BUFFER_BIT); bool init_new_window = false; -- cgit v1.2.3