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
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 /meson.build
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 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index a5a540a9..1cc88311 100644
--- a/meson.build
+++ b/meson.build
@@ -61,6 +61,7 @@ plugins = {
'gst-plugin-uriplaylistbin': 'libgsturiplaylistbin',
'gst-plugin-spotify': 'libgstspotify',
'gst-plugin-textahead': 'libgsttextahead',
+ 'gst-plugin-onvif': 'libgstrsonvif',
}
extra_env = {}