mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
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:
parent
6a3640f367
commit
c579a4298b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue