tests: Enable tests for videodecoder
authorZeeshan Ali <zeeshanak@gnome.org>
Thu, 5 Apr 2018 14:41:57 +0000 (16:41 +0200)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 5 Apr 2018 17:23:33 +0000 (14:23 -0300)
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

index de8f66a..fb9c153 100644 (file)
@@ -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' ],