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>
|
</programlisting>
|
||||||
<sect2 id="sec-pads-functions">
|
<sect2 id="sec-pads-functions">
|
||||||
<title>Usefull pad functions</title>
|
<title>Useful pad functions</title>
|
||||||
<para>
|
<para>
|
||||||
You can get the name of a pad with gst_pad_get_name () and set its name with
|
You can get the name of a pad with gst_pad_get_name () and set its name with
|
||||||
get_pad_set_name();
|
get_pad_set_name();
|
||||||
|
|
|
@ -145,9 +145,9 @@
|
||||||
</para>
|
</para>
|
||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
The PAUSED state is build for temporarily freezing the pipeline. Elements will typically
|
The PAUSED state is available for temporarily freezing the pipeline.
|
||||||
do not free their resources in the PAUSED state. Use the NULL state if you want to stop
|
Elements will typically not free their resources in the PAUSED state.
|
||||||
the data flow permanantly.
|
Use the NULL state if you want to stop the data flow permanantly.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
<para>
|
<para>
|
||||||
|
|
Loading…
Reference in a new issue