diff options
author | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2017-12-14 13:31:33 -0800 |
---|---|---|
committer | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2017-12-14 13:32:47 -0800 |
commit | f2dac588dcd7d566252f2651912c1db75d873660 (patch) | |
tree | ff2b038e44d6c5683cb0da5132c5ce7d713849c5 /ext/opencv | |
parent | 2b8f82f92988d2db3dcf0d42d579f7f11e72e35b (diff) | |
download | gstreamer-plugins-bad-f2dac588dcd7d566252f2651912c1db75d873660.tar.gz |
opencv: handdetect: fix typo in example launch line
Diffstat (limited to 'ext/opencv')
-rw-r--r-- | ext/opencv/gsthanddetect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opencv/gsthanddetect.cpp b/ext/opencv/gsthanddetect.cpp index f85f2c91d..60fd5be72 100644 --- a/ext/opencv/gsthanddetect.cpp +++ b/ext/opencv/gsthanddetect.cpp @@ -50,7 +50,7 @@ * <refsect2> * <title>Example launch line</title> * |[ - * gst-launch-1.0 autovideosrc ! videoconvert ! "video/x-raw, formt=RGB, width=320, height=240" ! \ + * gst-launch-1.0 autovideosrc ! videoconvert ! "video/x-raw, format=RGB, width=320, height=240" ! \ * videoscale ! handdetect ! videoconvert ! xvimagesink * ]| * </refsect2> |