From 74a954ca9162701ba82ee702859bd3055c151240 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 13 Mar 2019 19:10:18 -0300 Subject: [PATCH] Track gst-integration-testsuites --- gitlab/build_manifest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab/build_manifest.py b/gitlab/build_manifest.py index fcce1b7..0619847 100755 --- a/gitlab/build_manifest.py +++ b/gitlab/build_manifest.py @@ -27,6 +27,7 @@ GSTREAMER_MODULES: List[str] = [ 'gst-python', 'gst-rtsp-server', 'gstreamer-vaapi', + 'gst-integration-testsuites', ] MANIFEST_TEMPLATE: str = """ -- 2.7.4