From a4a5caec53805d0a4e1ef4cd25644d42063ba9cf Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Mon, 11 Apr 2022 11:52:13 +0200 Subject: 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 --- ci/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') 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'} -- cgit v1.2.3