Nvidia: use default p4 preset instead of p5, might fix frame issues

This commit is contained in:
dec05eba
2024-01-11 10:50:14 +01:00
parent 4c098a4f03
commit 94cbed9471
6 changed files with 17 additions and 1 deletions

View File

@@ -545,6 +545,8 @@ static int gsr_capture_kms_vaapi_capture(gsr_capture *cap, AVFrame *frame) {
}
cap_kms->params.egl->eglSwapBuffers(cap_kms->params.egl->egl_display, cap_kms->params.egl->egl_surface);
//cap_kms->params.egl->glFlush();
//cap_kms->params.egl->glFinish();
return 0;
}