mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +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>
|
||||
<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.
|
||||
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.
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
<title>Long term correction</title>
|
||||
<para>
|
||||
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
|
||||
field in the QoS message.
|
||||
</para>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
element that goes from <classname>PAUSED</classname> to
|
||||
<classname>READY</classname> and back to
|
||||
<classname>PAUSED</classname> should start reading the
|
||||
stream from he start again.
|
||||
stream from the start again.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue