diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-01-11 10:50:14 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-01-11 10:50:14 +0100 |
commit | 94cbed9471ee2263aac6ff8b10a27cd38964eb67 (patch) | |
tree | 75e4d5db6d7e873f8c5deccb769dd505ebcc52ae /src/capture/xcomposite_vaapi.c | |
parent | 4c098a4f0397876110a950d99e9951c360fedca8 (diff) |
Nvidia: use default p4 preset instead of p5, might fix frame issues
Diffstat (limited to 'src/capture/xcomposite_vaapi.c')
-rw-r--r-- | src/capture/xcomposite_vaapi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/capture/xcomposite_vaapi.c b/src/capture/xcomposite_vaapi.c index 2bc21a7..6cfea9f 100644 --- a/src/capture/xcomposite_vaapi.c +++ b/src/capture/xcomposite_vaapi.c @@ -445,6 +445,8 @@ static int gsr_capture_xcomposite_vaapi_capture(gsr_capture *cap, AVFrame *frame texture_rotation); cap_xcomp->params.egl->eglSwapBuffers(cap_xcomp->params.egl->egl_display, cap_xcomp->params.egl->egl_surface); + //cap_xcomp->params.egl->glFlush(); + //cap_xcomp->params.egl->glFinish(); return 0; } |