summaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
authorRuben Gonzalez <rgonzalez@fluendo.com>2023-05-05 13:12:24 +0200
committerRuben Gonzalez <rgonzalez@fluendo.com>2023-05-05 13:16:42 +0200
commit7d9747490bb111dc17753bd0d468ae560a6ba3c3 (patch)
tree3be5f45216bd9f442c49e7f95f2a92a16c76f79b /subprojects
parent6258914b1d14937ee63fbd5094eb921dc8b9d9ae (diff)
downloadgstreamer-7d9747490bb111dc17753bd0d468ae560a6ba3c3.tar.gz
onnx: Fix typo in documented pipeline
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4552>
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/gst-plugins-bad/ext/onnx/gstonnxobjectdetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/gst-plugins-bad/ext/onnx/gstonnxobjectdetector.cpp b/subprojects/gst-plugins-bad/ext/onnx/gstonnxobjectdetector.cpp
index 680b02f3f8..720d8236b4 100644
--- a/subprojects/gst-plugins-bad/ext/onnx/gstonnxobjectdetector.cpp
+++ b/subprojects/gst-plugins-bad/ext/onnx/gstonnxobjectdetector.cpp
@@ -72,7 +72,7 @@
* videoconvert ! \
* videoscale ! \
* 'video/x-raw,width=640,height=383' ! \
- * onnxobjectdetector ! \
+ * onnxobjectdetector \
* box-node-index=0 \
* class-node-index=1 \
* score-node-index=2 \