summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2021-08-10 17:10:43 -0400
committerThibault Saunier <tsaunier@igalia.com>2021-09-02 22:34:09 +0000
commitaff2b3ea0ad5001576a214cef58eb67d8792be48 (patch)
tree294cb2d916af348c18bdd202105b1197aacac484 /tests
parent0ec4893c8e06e80a5cc3b8f71e781de71e527163 (diff)
launch: Make enabling validate opt-in
Instead of opt-out. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/264>
Diffstat (limited to 'tests')
-rw-r--r--tests/check/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/meson.build b/tests/check/meson.build
index 1a00e39e..4b5c3985 100644
--- a/tests/check/meson.build
+++ b/tests/check/meson.build
@@ -112,7 +112,7 @@ if gstvalidate_dep.found()
endif
endforeach
- test('simple_playback_test', ges_launch, env: env, args: ['+test-clip', 'blue', 'd=0.1', '--disable-validate', '--videosink=fakevideosink', '--audiosink=fakeaudiosink'])
+ test('simple_playback_test', ges_launch, env: env, args: ['+test-clip', 'blue', 'd=0.1', '--videosink=fakevideosink', '--audiosink=fakeaudiosink'])
endif
if build_gir