mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Add a "quotes" section to the gstreamer manual.
Original commit message from CVS: Add a "quotes" section to the gstreamer manual. This may not be an appropriate place to have this - feel free to remove it. But I think this should live _somewhere_.
This commit is contained in:
parent
6ce7582db3
commit
470bdfd66a
3 changed files with 52 additions and 0 deletions
|
@ -6,6 +6,7 @@ sgml_files = gstreamer-manual.sgml \
|
|||
bins.sgml \
|
||||
buffers.sgml \
|
||||
components.sgml \
|
||||
quotes.sgml \
|
||||
pads.sgml \
|
||||
connections.sgml \
|
||||
cothreads.sgml \
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
<!ENTITY PLUGINS SYSTEM "plugins.sgml">
|
||||
<!ENTITY PROGRAMS SYSTEM "programs.sgml">
|
||||
<!ENTITY COMPONENTS SYSTEM "components.sgml">
|
||||
<!ENTITY QUOTES SYSTEM "quotes.sgml">
|
||||
]>
|
||||
|
||||
<book id="GStreamer">
|
||||
|
@ -189,6 +190,8 @@
|
|||
|
||||
&COMPONENTS;
|
||||
|
||||
"ES;
|
||||
|
||||
</part>
|
||||
</book>
|
||||
|
||||
|
|
48
docs/manual/quotes.sgml
Normal file
48
docs/manual/quotes.sgml
Normal file
|
@ -0,0 +1,48 @@
|
|||
<chapter id="cha-quotes">
|
||||
<title>Quotes from the Developers</title>
|
||||
<para>
|
||||
As well as being a cool piece of software,
|
||||
<application>GStreamer</application> is a lively project, with
|
||||
developers from around the globe very actively contributing.
|
||||
We often hang out on the #gstreamer IRC channel on
|
||||
irc.openprojects.net: the following are a selection of amusing<footnote>
|
||||
<para>No guarantee of sense of humour compatibility is given.</para>
|
||||
</footnote>quotes
|
||||
from our conversations.
|
||||
</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>7 Jan 2001</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<emphasis>Omega:</emphasis>
|
||||
that means probably building an agreggating, cache-massaging
|
||||
queue to shove N buffers across all at once, forcing cache
|
||||
transfer.
|
||||
</>
|
||||
<para>
|
||||
<emphasis>wtay:</emphasis>
|
||||
never done that before...
|
||||
</>
|
||||
<para>
|
||||
<emphasis>Omega:</emphasis>
|
||||
nope, but it's easy to do in gstreamer <g>
|
||||
</>
|
||||
<para>
|
||||
<emphasis>wtay:</emphasis>
|
||||
sure, I need to rewrite cp with gstreamer too, someday :-)
|
||||
</>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>7 Jan 2001</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<emphasis>wtay:</emphasis>
|
||||
GStreamer; always at least one developer is awake...
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</chapter>
|
Loading…
Reference in a new issue