[vlc-commits] test: player: don't drop video frames

Thomas Guillem git at videolan.org
Tue Nov 19 09:50:39 CET 2019


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Nov 18 14:08:00 2019 +0100| [f9d940909b221de6529f6bcb094a969b3c5bb1a4] | committer: Thomas Guillem

test: player: don't drop video frames

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.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f9d940909b221de6529f6bcb094a969b3c5bb1a4
---

 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 86551f9069..2fb79aba89 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",



More information about the vlc-commits mailing list