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
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 /Cargo.toml
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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ea472bd4e..bfca285d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ members = [
"generic/sodium",
"generic/threadshare",
"net/hlssink3",
+ "net/onvif",
"net/reqwest",
"net/rusoto",
"utils/fallbackswitch",
@@ -45,6 +46,7 @@ default-members = [
"audio/lewton",
"generic/file",
"generic/threadshare",
+ "net/onvif",
"net/reqwest",
"net/rusoto",
"utils/fallbackswitch",