textoverlay: Removing duplicated command.

gst-launch-1.0 was duplicated on textoverlay example.

https://bugzilla.gnome.org/show_bug.cgi?id=782018
This commit is contained in:
Vitor Massaru Iha 2017-05-01 14:31:07 -03:00 committed by Tim-Philipp Müller
parent 6a3640f367
commit c579a4298b

View file

@ -40,7 +40,7 @@
*
* ## Example launch lines
* |[
* gst-launch-1.0 -v gst-launch-1.0 videotestsrc ! textoverlay text="Room A" valignment=top halignment=left font-desc="Sans, 72" ! autovideosink
* gst-launch-1.0 -v videotestsrc ! textoverlay text="Room A" valignment=top halignment=left font-desc="Sans, 72" ! autovideosink
* ]|
* Here is a simple pipeline that displays a static text in the top left
* corner of the video picture