[vlc-devel] [PATCH] test: player: don't drop video frames
Thomas Guillem
thomas at gllm.fr
Mon Nov 18 14:10:39 CET 2019
Since the timer test is relying on all video frames to be processed.
This test is playing a 4x4 RGBA video @ 120 fps. This doesn't require a high
CPU usage but it still could fail when the machine (the CI!) was on heavy load.
---
test/src/player/player.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/src/player/player.c b/test/src/player/player.c
index 86551f9069f..2fb79aba892 100644
--- a/test/src/player/player.c
+++ b/test/src/player/player.c
@@ -1826,6 +1826,7 @@ ctx_init(struct ctx *ctx, bool use_outputs)
"--ignore-config",
"-Idummy",
"--no-media-library",
+ "--no-drop-late-frames",
/* Avoid leaks from various dlopen... */
"--codec=araw,rawvideo,subsdec,none",
"--dec-dev=none",
--
2.20.1
More information about the vlc-devel
mailing list