mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
validate:docs: Rename gst-validate-launch to gst-validate-launcher
https://bugzilla.gnome.org/show_bug.cgi?id=745510
This commit is contained in:
parent
34394b0c7a
commit
5a959aa47b
1 changed files with 3 additions and 3 deletions
|
@ -206,7 +206,7 @@
|
||||||
<informalexample>
|
<informalexample>
|
||||||
The first time you launch the testsuite, you will need to make sure that the media samples are
|
The first time you launch the testsuite, you will need to make sure that the media samples are
|
||||||
downloaded. To do so and launch the testsuite you can simply do:
|
downloaded. To do so and launch the testsuite you can simply do:
|
||||||
<programlisting>gst-validate-launch validate --sync</programlisting>
|
<programlisting>gst-validate-launcher validate --sync</programlisting>
|
||||||
</informalexample>
|
</informalexample>
|
||||||
<para>
|
<para>
|
||||||
This will only launch the GstValidate tests and not other application that might be supported
|
This will only launch the GstValidate tests and not other application that might be supported
|
||||||
|
@ -215,7 +215,7 @@
|
||||||
<informalexample>
|
<informalexample>
|
||||||
Launching the default testsuite will open/close many windows, you might want to mute it
|
Launching the default testsuite will open/close many windows, you might want to mute it
|
||||||
so you can keep using your computer:
|
so you can keep using your computer:
|
||||||
<programlisting>gst-validate-launch validate --sync --mute</programlisting>
|
<programlisting>gst-validate-launcher validate --sync --mute</programlisting>
|
||||||
</informalexample>
|
</informalexample>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
<refsect2 id="gst-validate-launcher--implement-testsuite">
|
<refsect2 id="gst-validate-launcher--implement-testsuite">
|
||||||
|
@ -244,7 +244,7 @@ testsuite_folder/
|
||||||
<informalexample>
|
<informalexample>
|
||||||
You should generate the .media_infos files. To generate them for local files,
|
You should generate the .media_infos files. To generate them for local files,
|
||||||
you can use:
|
you can use:
|
||||||
<programlisting>gst-validate-launch --medias-paths /path/to/sample_files/ --generate-media-info</programlisting>
|
<programlisting>gst-validate-launcher --medias-paths /path/to/sample_files/ --generate-media-info</programlisting>
|
||||||
For remote streams, you should use gst-validate-media-check-&GST_API_VERSION;. For an http stream you can for example do:
|
For remote streams, you should use gst-validate-media-check-&GST_API_VERSION;. For an http stream you can for example do:
|
||||||
<programlisting>gst-validate-media-check-&GST_API_VERSION; http://someonlinestream.com/thestream --output-file /path/to/testsuite_folder/sample_files/thestream.stream_info</programlisting>
|
<programlisting>gst-validate-media-check-&GST_API_VERSION; http://someonlinestream.com/thestream --output-file /path/to/testsuite_folder/sample_files/thestream.stream_info</programlisting>
|
||||||
</informalexample>
|
</informalexample>
|
||||||
|
|
Loading…
Reference in a new issue