fix typo in force-modesetting

This commit is contained in:
F. Duncanh
2025-09-03 18:46:21 -04:00
parent 0c1b17ff8d
commit 51829e585c

View File

@@ -2681,7 +2681,7 @@ int main (int argc, char *argv[]) {
if (videosink == "waylandsink" || videosink == "vaapisink") {
videosink_options.append(" fullscreen=true");
} else if (videosink == "kmssink") {
videosink_options.append(" force_modesetting=true");
videosink_options.append(" force-modesetting=TRUE ");
}
}