From 45dba0ac670fb181c3d673d437adaee180daab54 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Thu, 5 Apr 2018 16:41:57 +0200 Subject: [PATCH] tests: Enable tests for videodecoder The tests pass fine here so don't see any reason to keep them disabled. https://bugzilla.gnome.org/show_bug.cgi?id=795005 --- tests/check/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check/meson.build b/tests/check/meson.build index de8f66a644..fb9c153e73 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -25,6 +25,7 @@ base_tests = [ [ 'libs/tag.c' ], [ 'libs/video.c' ], [ 'libs/videoencoder.c' ], + [ 'libs/videodecoder.c' ], [ 'libs/videotimecode.c' ], [ 'libs/xmpwriter.c' ], [ 'elements/adder.c' ],