From c579a4298b7b4e6dbb189203c5711e8ddc7460ae Mon Sep 17 00:00:00 2001 From: Vitor Massaru Iha Date: Mon, 1 May 2017 14:31:07 -0300 Subject: [PATCH] textoverlay: Removing duplicated command. gst-launch-1.0 was duplicated on textoverlay example. https://bugzilla.gnome.org/show_bug.cgi?id=782018 --- ext/pango/gsttextoverlay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pango/gsttextoverlay.c b/ext/pango/gsttextoverlay.c index 49126f8..8622a75 100644 --- a/ext/pango/gsttextoverlay.c +++ b/ext/pango/gsttextoverlay.c @@ -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 -- 2.7.4