opencv: pyramidsegment: fix example launch line

Use videotestsrc and autovideosink in the example gst-launch-1.0 line and
not a useless fakesrc-fakesink example.
This commit is contained in:
Luis de Bethencourt 2015-12-15 15:59:30 +00:00
parent 0988226522
commit 34faa2d79a

View file

@ -51,7 +51,7 @@
* <refsect2>
* <title>Example launch line</title>
* |[
* gst-launch -v -m fakesrc ! pyramidsegment ! fakesink silent=TRUE
* gst-launch-1.0 -v videotestsrc ! pyramidsegment ! videoconvert ! autovideosink
* ]|
* </refsect2>
*/