mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
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:
parent
0988226522
commit
34faa2d79a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue