diff options
author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2015-11-19 17:24:53 +0000 |
---|---|---|
committer | Luis de Bethencourt <luisbg@osg.samsung.com> | 2015-11-19 17:25:01 +0000 |
commit | 49ccb72b4751d608a0160533c18c9e3f9fcec7ab (patch) | |
tree | 672cdd9b8d872920993c8d290d75ae0f77b74534 /ext/opencv | |
parent | ab3fd36d64f81a86b0b612fcef2c1e3410ccc838 (diff) |
docs: update gst-launch-0.10 lines
Update references to gst-launch-0.10 to gst-launch-1.0
Diffstat (limited to 'ext/opencv')
-rw-r--r-- | ext/opencv/gstedgedetect.cpp | 2 | ||||
-rw-r--r-- | ext/opencv/gstmotioncells.cpp | 2 | ||||
-rw-r--r-- | ext/opencv/gsttemplatematch.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/opencv/gstedgedetect.cpp b/ext/opencv/gstedgedetect.cpp index 5ecf8ec41..c27e4e902 100644 --- a/ext/opencv/gstedgedetect.cpp +++ b/ext/opencv/gstedgedetect.cpp @@ -51,7 +51,7 @@ * <refsect2> * <title>Example launch line</title> * |[ - * gst-launch-0.10 videotestsrc ! decodebin ! videoconvert ! edgedetect ! videoconvert ! xvimagesink + * gst-launch-1.0 videotestsrc ! decodebin ! videoconvert ! edgedetect ! videoconvert ! xvimagesink * ]| * </refsect2> */ diff --git a/ext/opencv/gstmotioncells.cpp b/ext/opencv/gstmotioncells.cpp index 1fde6ec29..77a806ce2 100644 --- a/ext/opencv/gstmotioncells.cpp +++ b/ext/opencv/gstmotioncells.cpp @@ -50,7 +50,7 @@ * <refsect2> * <title>Example launch line</title> * |[ - * gst-launch-0.10 videotestsrc pattern=18 ! videorate ! videoscale ! video/x-raw,width=320,height=240,framerate=5/1 ! videoconvert ! motioncells ! videoconvert ! xvimagesink + * gst-launch-1.0 videotestsrc pattern=18 ! videorate ! videoscale ! video/x-raw,width=320,height=240,framerate=5/1 ! videoconvert ! motioncells ! videoconvert ! xvimagesink * ]| * </refsect2> */ 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> */ |