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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2022-04-11 12:52:13 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-05-06 11:17:04 +0300
commita4a5caec53805d0a4e1ef4cd25644d42063ba9cf (patch)
tree6c21fa09a50895d7caa4ee4ffc0e589ef3a7b73f /ci
parent4a2c93299e85ee2af058787eb0489cb3973541d4 (diff)
net/onvif: implement ONVIF metadata processing elements
- RTP payloader and depayloader - Aggregator to pair per-frame metadata with media frames - Overlay to render detected shapes
Diffstat (limited to 'ci')
-rw-r--r--ci/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/utils.py b/ci/utils.py
index 1dd5a79a..77753551 100644
--- a/ci/utils.py
+++ b/ci/utils.py
@@ -3,7 +3,7 @@ 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']
+ 'dav1d', 'file', 'json', 'onvif', 'regex', 'webp']
OVERRIDE = {'wrap': 'rstextwrap', 'flavors': 'rsflv', 'ahead': 'textahead'}