mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
meson: Enable libs_video unit test
It does not timeout anymore, even though it's a very slow test. For the context, this test runs routines for a fixes amount of time and prints the throughput. Which means the test takes more time everytime a pixel format is added. If that becomes a problem again, we should disable the benchmarks by default.
This commit is contained in:
parent
eb7565b60e
commit
8b6706b683
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ base_tests = [
|
|||
[ 'libs/rtspconnection.c' ],
|
||||
[ 'libs/sdp.c' ],
|
||||
[ 'libs/tag.c' ],
|
||||
# [ 'libs/video' ], # FIXME: times out, perhaps split or spawn conversions into benchmark tool and/or multiple threads
|
||||
[ 'libs/video.c' ],
|
||||
[ 'libs/videoencoder.c' ],
|
||||
[ 'libs/videotimecode.c' ],
|
||||
[ 'libs/xmpwriter.c' ],
|
||||
|
|
Loading…
Reference in a new issue