mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
docs: pwg: fix two typos
https://bugzilla.gnome.org/show_bug.cgi?id=738153
This commit is contained in:
parent
2cc55af046
commit
cea054c84a
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
<title>Memory allocation</title>
|
<title>Memory allocation</title>
|
||||||
<para>
|
<para>
|
||||||
Memory allocation and management is a very important topic in
|
Memory allocation and management is a very important topic in
|
||||||
multimedia. High definition video uses many magabytes to store
|
multimedia. High definition video uses many megabytes to store
|
||||||
one single frame of video. It is important to reuse the memory
|
one single frame of video. It is important to reuse the memory
|
||||||
when possible instead of constantly allocating and freeing
|
when possible instead of constantly allocating and freeing
|
||||||
the memory.
|
the memory.
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
second long, it is operating at twice the required speed. If, on the
|
second long, it is operating at twice the required speed. If, on the
|
||||||
other hand, it takes 2 seconds to produce a buffer with 1 seconds worth
|
other hand, it takes 2 seconds to produce a buffer with 1 seconds worth
|
||||||
of data, upstream is producing buffers too slow and we won't be able to
|
of data, upstream is producing buffers too slow and we won't be able to
|
||||||
keep sycnhronization. Usually, a running average is kept of the
|
keep synchronization. Usually, a running average is kept of the
|
||||||
proportion.
|
proportion.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
|
Loading…
Reference in a new issue