From d1b80b835b3f198d501f6187333dacaa8f8fd4b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 12 Nov 2018 13:59:57 +0100 Subject: [PATCH] build_manifest.py: Add gstreamer-vaapi --- gitlab/build_manifest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab/build_manifest.py b/gitlab/build_manifest.py index 21d10d4..14884fc 100755 --- a/gitlab/build_manifest.py +++ b/gitlab/build_manifest.py @@ -27,6 +27,7 @@ GSTREAMER_MODULES: List[Tuple[str, int]] = [ ('gst-omx', 1350), ('gst-python', 1355), ('gst-rtsp-server', 1362), + ('gstreamer-vaapi', 1359), ] MANIFEST_TEMPLATE: str = """ -- 2.7.4