From: Zeeshan Ali Date: Thu, 5 Apr 2018 14:41:57 +0000 (+0200) Subject: tests: Enable tests for videodecoder X-Git-Tag: 1.19.3~511^2~1761 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45dba0ac670fb181c3d673d437adaee180daab54;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/tests/check/meson.build b/tests/check/meson.build index de8f66a..fb9c153 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' ],