mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
pwg: fix a few typos
This commit is contained in:
parent
55c4db6295
commit
4f11b70ea7
3 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@
|
||||||
}
|
}
|
||||||
</programlisting>
|
</programlisting>
|
||||||
<para>
|
<para>
|
||||||
It makes not sense for all GObject parameter to be real-time controlled.
|
It makes no sense for all GObject parameter to be real-time controlled.
|
||||||
Therefore the next step is to mark controllable parameters.
|
Therefore the next step is to mark controllable parameters.
|
||||||
This is done by using the special flag <constant>GST_PARAM_CONTROLLABLE</constant>.
|
This is done by using the special flag <constant>GST_PARAM_CONTROLLABLE</constant>.
|
||||||
when setting up GObject params in the <function>_class_init</function> method.
|
when setting up GObject params in the <function>_class_init</function> method.
|
||||||
|
|
|
@ -183,7 +183,7 @@
|
||||||
<title>Long term correction</title>
|
<title>Long term correction</title>
|
||||||
<para>
|
<para>
|
||||||
Long term corrections are a bit more difficult to perform. They
|
Long term corrections are a bit more difficult to perform. They
|
||||||
rely on the value of the propertion in the QOS event. Elements should
|
rely on the value of the proportion in the QOS event. Elements should
|
||||||
reduce the amount of resources they comsume by the proportion
|
reduce the amount of resources they comsume by the proportion
|
||||||
field in the QoS message.
|
field in the QoS message.
|
||||||
</para>
|
</para>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
element that goes from <classname>PAUSED</classname> to
|
element that goes from <classname>PAUSED</classname> to
|
||||||
<classname>READY</classname> and back to
|
<classname>READY</classname> and back to
|
||||||
<classname>PAUSED</classname> should start reading the
|
<classname>PAUSED</classname> should start reading the
|
||||||
stream from he start again.
|
stream from the start again.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
Loading…
Reference in a new issue