summaryrefslogtreecommitdiff
path: root/ext/opencv/gsttemplatematch.cpp
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@osg.samsung.com>2015-11-19 17:24:53 +0000
committerLuis de Bethencourt <luisbg@osg.samsung.com>2015-11-19 17:25:01 +0000
commit49ccb72b4751d608a0160533c18c9e3f9fcec7ab (patch)
tree672cdd9b8d872920993c8d290d75ae0f77b74534 /ext/opencv/gsttemplatematch.cpp
parentab3fd36d64f81a86b0b612fcef2c1e3410ccc838 (diff)
downloadgstreamer-plugins-bad-49ccb72b4751d608a0160533c18c9e3f9fcec7ab.tar.gz
docs: update gst-launch-0.10 lines
Update references to gst-launch-0.10 to gst-launch-1.0
Diffstat (limited to 'ext/opencv/gsttemplatematch.cpp')
-rw-r--r--ext/opencv/gsttemplatematch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opencv/gsttemplatematch.cpp b/ext/opencv/gsttemplatematch.cpp
index b064a5f00..3e77238bd 100644
--- a/ext/opencv/gsttemplatematch.cpp
+++ b/ext/opencv/gsttemplatematch.cpp
@@ -52,7 +52,7 @@
* <refsect2>
* <title>Example launch line</title>
* |[
- * gst-launch-0.10 videotestsrc ! decodebin ! videoconvert ! templatematch template=/path/to/file.jpg ! videoconvert ! xvimagesink
+ * gst-launch-1.0 videotestsrc ! decodebin ! videoconvert ! templatematch template=/path/to/file.jpg ! videoconvert ! xvimagesink
* ]|
* </refsect2>
*/