textoverlay: Removing duplicated command.
authorVitor Massaru Iha <vitor@massaru.org>
Mon, 1 May 2017 17:31:07 +0000 (14:31 -0300)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 1 May 2017 17:52:42 +0000 (18:52 +0100)
gst-launch-1.0 was duplicated on textoverlay example.

https://bugzilla.gnome.org/show_bug.cgi?id=782018

ext/pango/gsttextoverlay.c

index 49126f8..8622a75 100644 (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