build_manifest.py: Add gstreamer-vaapi

This commit is contained in:
Víctor Manuel Jáquez Leal 2018-11-12 13:59:57 +01:00 committed by Jordan Petridis
parent 8cb78a4c38
commit d1b80b835b

View file

@ -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 = """<?xml version="1.0" encoding="UTF-8"?>