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:
authorThibault Saunier <tsaunier@igalia.com>2022-08-16 17:44:41 +0300
committerThibault Saunier <tsaunier@igalia.com>2022-10-20 12:51:58 +0300
commit39c0dcb0d444737003180ee4ee9839610511a671 (patch)
tree2a1dc3eb389fda46225e55bb1cce1eddd740bd6a /ci
parentb164daf5102451990fd1eafe1415cc712843317a (diff)
Plug webrtc in
Diffstat (limited to 'ci')
-rw-r--r--ci/utils.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/utils.py b/ci/utils.py
index c5f0698ee..f3d48dd50 100644
--- a/ci/utils.py
+++ b/ci/utils.py
@@ -6,7 +6,9 @@ RS_PREFIXED = ['audiofx', 'closedcaption',
'dav1d', 'file', 'json', 'onvif', 'regex', 'webp']
OVERRIDE = {'wrap': 'rstextwrap', 'flavors': 'rsflv',
'ahead': 'textahead', 'tracers': 'rstracers',
- 'webrtc-http': 'webrtchttp'}
+ 'webrtc-http': 'webrtchttp',
+ 'webrtc': 'rswebrtc'
+ }
def iterate_plugins():