mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
build_manifest.py: Add gstreamer-vaapi
This commit is contained in:
parent
8cb78a4c38
commit
d1b80b835b
1 changed files with 1 additions and 0 deletions
|
@ -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"?>
|
||||
|
|
Loading…
Reference in a new issue