mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-31 20:48:56 +00:00
docs: fix a few more typos
https://bugzilla.gnome.org/show_bug.cgi?id=640502
This commit is contained in:
parent
af0642b6e8
commit
624168d8a0
8 changed files with 8 additions and 8 deletions
|
@ -107,7 +107,7 @@ Subclassing
|
||||||
|
|
||||||
Subclasses of GstBin are free to implement their own add/remove implementations.
|
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
|
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
|
Any bin subclass can also implement a custom message handler by overriding the
|
||||||
default message handler.
|
default message handler.
|
||||||
|
|
|
@ -55,7 +55,7 @@ Some design requirements
|
||||||
+----* internal |
|
+----* internal |
|
||||||
(------------)
|
(------------)
|
||||||
|
|
||||||
Which we will abreviate to:
|
Which we will abbreviate to:
|
||||||
|
|
||||||
(- X --------)
|
(- X --------)
|
||||||
| |
|
| |
|
||||||
|
|
|
@ -104,7 +104,7 @@ factory:
|
||||||
The static autoplugger has to be carefull when connecting the mpg123
|
The static autoplugger has to be carefull when connecting the mpg123
|
||||||
element with the audiosink because it is theoretically possible that
|
element with the audiosink because it is theoretically possible that
|
||||||
the mpg123 element outputs raw audio with a rate that cannot be
|
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
|
audiosink with more capabilities, the autoplugging of this simple
|
||||||
pipeline will not be possible and would fail.
|
pipeline will not be possible and would fail.
|
||||||
|
|
||||||
|
|
|
@ -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
|
(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?
|
Make sure all the old plugins don't build normally, via some configure option?
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@ ELEMENTS (v4lsrc, alsasrc, osssrc)
|
||||||
|
|
||||||
- a second element can be responsible for making the stream time-contiguous.
|
- a second element can be responsible for making the stream time-contiguous.
|
||||||
(ie, T1 + D1 = T2 for all buffers). This way they are made
|
(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
|
- The element treats the incoming stream as data-contiguous but not
|
||||||
necessarily time-contiguous.
|
necessarily time-contiguous.
|
||||||
- If the timestamps are contiguous as well, then everything is fine and
|
- If the timestamps are contiguous as well, then everything is fine and
|
||||||
|
|
|
@ -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
|
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
|
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.
|
the pipeline.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
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
|
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.
|
element in the pipeline.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ Introduction (1)
|
||||||
GStreamer is a library and set of tools to build arbitrary,
|
GStreamer is a library and set of tools to build arbitrary,
|
||||||
reconfigurable filter graphs. It derives from the OGI Pipeline
|
reconfigurable filter graphs. It derives from the OGI Pipeline
|
||||||
and DirectShow (docs, no experience), and is in its second
|
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).
|
way to the Linux Expo).
|
||||||
0.1.0 release is scheduled for Oct 31, 1999.
|
0.1.0 release is scheduled for Oct 31, 1999.
|
||||||
Will cover Background, Goals, Design, and Futures
|
Will cover Background, Goals, Design, and Futures
|
||||||
|
|
Loading…
Reference in a new issue