mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
docs: fix a few typos
This commit is contained in:
parent
14649643df
commit
24ede639ad
1 changed files with 4 additions and 4 deletions
|
@ -160,7 +160,7 @@ audioconvert
|
||||||
|
|
||||||
Orc doesn't have a mechanism for generating random numbers, which
|
Orc doesn't have a mechanism for generating random numbers, which
|
||||||
prevents its use as-is for dithering. One way around this is to
|
prevents its use as-is for dithering. One way around this is to
|
||||||
generate suitible dithering values in one pass, then use those
|
generate suitable dithering values in one pass, then use those
|
||||||
values in a second Orc-based pass.
|
values in a second Orc-based pass.
|
||||||
|
|
||||||
Orc doesn't handle 64-bit float, for no good reason.
|
Orc doesn't handle 64-bit float, for no good reason.
|
||||||
|
@ -187,8 +187,8 @@ videoscale
|
||||||
|
|
||||||
videotestsrc
|
videotestsrc
|
||||||
|
|
||||||
Lots of code in videotestsrc needs to be reweitten to be SIMD
|
Lots of code in videotestsrc needs to be rewritten to be SIMD
|
||||||
(and Orc) friendly, e.g., sutff that uses oil_splat_u8().
|
(and Orc) friendly, e.g., stuff that uses oil_splat_u8().
|
||||||
|
|
||||||
A fast low-quality random number generator in Orc would be useful
|
A fast low-quality random number generator in Orc would be useful
|
||||||
here.
|
here.
|
||||||
|
@ -197,7 +197,7 @@ volume
|
||||||
|
|
||||||
Many of the comments on audioconvert apply here as well.
|
Many of the comments on audioconvert apply here as well.
|
||||||
|
|
||||||
There are a bunch of FIXME's in here that are due to misapplied
|
There are a bunch of FIXMEs in here that are due to misapplied
|
||||||
patches.
|
patches.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue