After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 782018 - Duplicated command in textoverlay docs
Duplicated command in textoverlay docs
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other Linux
: Normal minor
: 1.11.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-01 17:28 UTC by Vitor Massaru Iha
Modified: 2017-05-01 17:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Removing the extra gst-launch-1.0 in example. (1.01 KB, patch)
2017-05-01 17:42 UTC, Vitor Massaru Iha
committed Details | Review

Description Vitor Massaru Iha 2017-05-01 17:28:50 UTC
In command example `gst-launch-1.0` was duplicated.

`gst-launch-1.0 -v gst-launch-1.0 videotestsrc ! textoverlay text="Room A" valignment=top halignment=left font-desc="Sans, 72" ! autovideosink`

I'll send the path.
Comment 1 Vitor Massaru Iha 2017-05-01 17:42:04 UTC
Created attachment 350814 [details] [review]
Removing the extra gst-launch-1.0 in example.
Comment 2 Tim-Philipp Müller 2017-05-01 17:54:00 UTC
Thanks for the patch!

commit c579a4298b7b4e6dbb189203c5711e8ddc7460ae
Author: Vitor Massaru Iha <vitor@massaru.org>
Date:   Mon May 1 14:31:07 2017 -0300

    textoverlay: Removing duplicated command.
    
    gst-launch-1.0 was duplicated on textoverlay example.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=782018