mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +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>
|
||||
<para>
|
||||
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
|
||||
when possible instead of constantly allocating and freeing
|
||||
the memory.
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
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
|
||||
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.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue