docs: fix a few more typos

https://bugzilla.gnome.org/show_bug.cgi?id=640502
This commit is contained in:
Zhang Wanming 2011-01-25 09:39:45 +08:00 committed by Tim-Philipp Müller
parent af0642b6e8
commit 624168d8a0
8 changed files with 8 additions and 8 deletions

View file

@ -107,7 +107,7 @@ Subclassing
Subclasses of GstBin are free to implement their own add/remove implementations.
It is a good idea to update the GList of children so that the _iterate() functions
can still be used if the custom bin allows acces to its children.
can still be used if the custom bin allows access to its children.
Any bin subclass can also implement a custom message handler by overriding the
default message handler.

View file

@ -55,7 +55,7 @@ Some design requirements
+----* internal |
(------------)
Which we will abreviate to:
Which we will abbreviate to:
(- X --------)
| |

View file

@ -104,7 +104,7 @@ factory:
The static autoplugger has to be carefull when connecting the mpg123
element with the audiosink because it is theoretically possible that
the mpg123 element outputs raw audio with a rate that cannot be
handled by the audiosink (ex. 4000KHz). In the absense of another
handled by the audiosink (ex. 4000KHz). In the absence of another
audiosink with more capabilities, the autoplugging of this simple
pipeline will not be possible and would fail.

View file

@ -9,7 +9,7 @@ Add interface to control the level of output, both compile- and run-time
(done) Make sure the build is capable of being run without any debugging noise
Make sure that the absense of any of the optional libraries will not be fatal
Make sure that the absence of any of the optional libraries will not be fatal
Make sure all the old plugins don't build normally, via some configure option?

View file

@ -60,7 +60,7 @@ ELEMENTS (v4lsrc, alsasrc, osssrc)
- a second element can be responsible for making the stream time-contiguous.
(ie, T1 + D1 = T2 for all buffers). This way they are made
acceptible for gapless presentation (which is useful for audio).
acceptable for gapless presentation (which is useful for audio).
- The element treats the incoming stream as data-contiguous but not
necessarily time-contiguous.
- If the timestamps are contiguous as well, then everything is fine and

View file

@ -11,7 +11,7 @@ and properties are still used for plugin-app communication).
Events will be generated by either a plugin or the app. It should be
possible for a plugin to generate an event on one of its pads and it
should be possible for an app to insert an event on an abitrary pad in
should be possible for an app to insert an event on an arbitrary pad in
the pipeline.

View file

@ -11,7 +11,7 @@ and properties are still used for plugin-app communication).
Events will be generated by either a plugin or the app. It should be
possible for a plugin to generate an event on one of its pads and it
should be possible for an app to insert an event on an abitrary pad or
should be possible for an app to insert an event on an arbitrary pad or
element in the pipeline.

View file

@ -3,7 +3,7 @@ Introduction (1)
GStreamer is a library and set of tools to build arbitrary,
reconfigurable filter graphs. It derives from the OGI Pipeline
and DirectShow (docs, no experience), and is in its second
generation (first was completed/abandonded *in* Atlanta on the
generation (first was completed/abandoned *in* Atlanta on the
way to the Linux Expo).
0.1.0 release is scheduled for Oct 31, 1999.
Will cover Background, Goals, Design, and Futures