mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
tutorials: basic: fix typos
Fix typos in 'Basic tutorial 10: GStreamer tools' and 'Basic tutorial 12: Streaming' pages.
This commit is contained in:
parent
1b84e51251
commit
d894a444a8
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ descriptions resemble black magic. Fear not, for everyone learns the
|
||||||
|
|
||||||
The command line for gst-launch-1.0 consists of a list of options followed
|
The command line for gst-launch-1.0 consists of a list of options followed
|
||||||
by a PIPELINE-DESCRIPTION. Some simplified instructions are given next,
|
by a PIPELINE-DESCRIPTION. Some simplified instructions are given next,
|
||||||
se the complete documentation at [the reference page](tools/gst-launch.md)
|
see the complete documentation at [the reference page](tools/gst-launch.md)
|
||||||
for `gst-launch-1.0`.
|
for `gst-launch-1.0`.
|
||||||
|
|
||||||
### Elements
|
### Elements
|
||||||
|
|
|
@ -33,7 +33,7 @@ resilience, then, should listen to these messages and pause playback if
|
||||||
the buffer level is not high enough (usually, whenever it is below
|
the buffer level is not high enough (usually, whenever it is below
|
||||||
100%).
|
100%).
|
||||||
|
|
||||||
To achieve synchronization among multiple sinks (for example and audio
|
To achieve synchronization among multiple sinks (for example an audio
|
||||||
and a video sink) a global clock is used. This clock is selected by
|
and a video sink) a global clock is used. This clock is selected by
|
||||||
GStreamer among all elements which can provide one. Under some
|
GStreamer among all elements which can provide one. Under some
|
||||||
circumstances, for example, an RTP source switching streams or changing
|
circumstances, for example, an RTP source switching streams or changing
|
||||||
|
|
Loading…
Reference in a new issue