mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Fix some typos, and grammar errors.
Original commit message from CVS: Fix some typos, and grammar errors.
This commit is contained in:
parent
b27f8d7c31
commit
52713dac28
2 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@
|
|||
...
|
||||
</programlisting>
|
||||
<sect2 id="sec-pads-functions">
|
||||
<title>Usefull pad functions</title>
|
||||
<title>Useful pad functions</title>
|
||||
<para>
|
||||
You can get the name of a pad with gst_pad_get_name () and set its name with
|
||||
get_pad_set_name();
|
||||
|
|
|
@ -145,9 +145,9 @@
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
The PAUSED state is build for temporarily freezing the pipeline. Elements will typically
|
||||
do not free their resources in the PAUSED state. Use the NULL state if you want to stop
|
||||
the data flow permanantly.
|
||||
The PAUSED state is available for temporarily freezing the pipeline.
|
||||
Elements will typically not free their resources in the PAUSED state.
|
||||
Use the NULL state if you want to stop the data flow permanantly.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue