onnx: Fix typo in documented pipeline

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4552>
This commit is contained in:
Ruben Gonzalez 2023-05-05 13:12:24 +02:00
parent 6258914b1d
commit 7d9747490b

View file

@ -72,7 +72,7 @@
* videoconvert ! \ * videoconvert ! \
* videoscale ! \ * videoscale ! \
* 'video/x-raw,width=640,height=383' ! \ * 'video/x-raw,width=640,height=383' ! \
* onnxobjectdetector ! \ * onnxobjectdetector \
* box-node-index=0 \ * box-node-index=0 \
* class-node-index=1 \ * class-node-index=1 \
* score-node-index=2 \ * score-node-index=2 \