Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume@desmottes.be>2022-01-12 10:47:12 +0300
committerGuillaume Desmottes <guillaume.desmottes@onestream.live>2022-01-12 10:47:23 +0300
commit4576bea10c2838b1ea47bd525ae77efe7fb4f9ea (patch)
tree314bd7b9de2cb7eb0beca05dc8bc8e54f13ecab9 /ci
parent64dd5887349c1e7590db7bd7bd49710b1370eccb (diff)
add textahead plugin
Plugin displaying upcoming text buffers ahead.
Diffstat (limited to 'ci')
-rw-r--r--ci/utils.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/ci/utils.py b/ci/utils.py
index dd5abae3d..1dd5a79a3 100644
--- a/ci/utils.py
+++ b/ci/utils.py
@@ -2,8 +2,9 @@ import os
DIRS = ['audio', 'generic', 'net', 'text', 'utils', 'video']
# Plugins whose name is prefixed by 'rs'
-RS_PREFIXED = ['audiofx', 'closedcaption', 'dav1d', 'file', 'json', 'regex', 'webp']
-OVERRIDE = {'wrap': 'rstextwrap', 'flavors': 'rsflv'}
+RS_PREFIXED = ['audiofx', 'closedcaption',
+ 'dav1d', 'file', 'json', 'regex', 'webp']
+OVERRIDE = {'wrap': 'rstextwrap', 'flavors': 'rsflv', 'ahead': 'textahead'}
def iterate_plugins():