mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-15 00:34:05 +09:00
fix typo in force-modesetting
This commit is contained in:
@@ -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 ");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user