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 /net/onvif/build.rs
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 'net/onvif/build.rs')
-rw-r--r--net/onvif/build.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/onvif/build.rs b/net/onvif/build.rs
new file mode 100644
index 000000000..cda12e57e
--- /dev/null
+++ b/net/onvif/build.rs
@@ -0,0 +1,3 @@
+fn main() {
+ gst_plugin_version_helper::info()
+}