docs/faq/general.xml: Update the faq.

Original commit message from CVS:
* docs/faq/general.xml:
Update the faq.
This commit is contained in:
Wim Taymans 2008-12-16 21:33:57 +00:00
parent 0961f05009
commit 2877f7de08
2 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2008-12-16 Wim Taymans <wim.taymans@collabora.co.uk>
* docs/faq/general.xml:
Update the faq.
2008-12-16 Stefan Kost <ensonic@users.sf.net> 2008-12-16 Stefan Kost <ensonic@users.sf.net>
* docs/gst/gstreamer-sections.txt: * docs/gst/gstreamer-sections.txt:

View file

@ -12,8 +12,7 @@
No, GStreamer is a development framework for creating applications like No, GStreamer is a development framework for creating applications like
media players, video editors, streaming media broadcasters and so on. media players, video editors, streaming media broadcasters and so on.
That said, very good media players can easily be built on top That said, very good media players can easily be built on top
of GStreamer and we even include a simple yet functional media player of GStreamer especially when using the high-level object called playbin.
with GStreamer, called gst-player.
</para> </para>
</answer> </answer>
</qandaentry> </qandaentry>
@ -38,7 +37,7 @@ reasons why C is nice in this project:
in a portable, powerful way. This library provides for introspection and in a portable, powerful way. This library provides for introspection and
runtime dynamic typing. It is a full OO system, but without the syntactic runtime dynamic typing. It is a full OO system, but without the syntactic
sugar. If you want sugar, take a look at sugar. If you want sugar, take a look at
<ulink url="http://www.5z.com/jirka/gob.html">GOB</ulink>.</para></listitem> <ulink url="http://live.gnome.org/Vala">Vala</ulink>.</para></listitem>
<listitem><para>Use of C integrates nicely with Gtk+ and GNOME. Some people like <listitem><para>Use of C integrates nicely with Gtk+ and GNOME. Some people like
this a lot, but neither Gtk+ nor GNOME are required by GStreamer.</para></listitem> this a lot, but neither Gtk+ nor GNOME are required by GStreamer.</para></listitem>
</itemizedlist> </itemizedlist>
@ -128,7 +127,7 @@ and in the future we might have the application enforce a stricter policy
<para> <para>
No, GStreamer is not a soundserver. GStreamer does however have plugins No, GStreamer is not a soundserver. GStreamer does however have plugins
supporting most of the major soundservers available today, including supporting most of the major soundservers available today, including
ESD, aRTSd, and to some extent Jack. Support for MAS is also planned. pulseaudio, ESD, aRTSd, Jack and others.
</para> </para>
</answer> </answer>
</qandaentry> </qandaentry>