mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
518b8c3686
Original commit message from CVS: * docs/faq/developing.xml: * docs/faq/faq.xml: * docs/faq/troubleshooting.xml: * docs/faq/using.xml: Some minor FAQ updates that won't change the fact that our FAQ is badly structured, full of information hardly anyone new to GStreamer needs to know and lacking lots of information people constantly ask for.
77 lines
1.9 KiB
XML
77 lines
1.9 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
|
|
|
<!ENTITY % image-entities SYSTEM "image.entities">
|
|
%image-entities;
|
|
<!ENTITY % version-entities SYSTEM "version.entities">
|
|
%version-entities;
|
|
|
|
<!ENTITY gst-uninstalled SYSTEM "gst-uninstalled">
|
|
|
|
<!ENTITY START SYSTEM "start.xml">
|
|
<!ENTITY GENERAL SYSTEM "general.xml">
|
|
<!ENTITY DEPENDENCIES SYSTEM "dependencies.xml">
|
|
|
|
<!ENTITY GETTING SYSTEM "getting.xml">
|
|
<!ENTITY USING SYSTEM "using.xml">
|
|
<!ENTITY TROUBLESHOOTING SYSTEM "troubleshooting.xml">
|
|
|
|
<!ENTITY CVS SYSTEM "cvs.xml">
|
|
<!ENTITY DEVELOPING SYSTEM "developing.xml">
|
|
|
|
<!ENTITY LEGAL SYSTEM "legal.xml">
|
|
]>
|
|
|
|
<article class="faq" id="index">
|
|
<articleinfo>
|
|
<title>GStreamer FAQ (&GST_VERSION;)</title>
|
|
<abstract>
|
|
<para>
|
|
This is the FAQ for GStreamer, a multimedia framework.
|
|
Questions and answers range from general information to
|
|
deep-down-and-dirty compilation issues.
|
|
</para>
|
|
</abstract>
|
|
|
|
<revhistory>
|
|
<revision>
|
|
<revnumber>0.2.1</revnumber>
|
|
<date>2006-05-19</date>
|
|
<revremark>Some updates for GStreamer-0.10</revremark>
|
|
</revision>
|
|
|
|
<revision>
|
|
<revnumber>0.2.0</revnumber>
|
|
<date>2006-03-16</date>
|
|
<revremark>Review and update whole document.</revremark>
|
|
</revision>
|
|
|
|
<revision>
|
|
<revnumber>0.1.1</revnumber>
|
|
<date>2003-04-24</date>
|
|
<revremark>Added Q&A about developing with uninstalled copy.</revremark>
|
|
</revision>
|
|
|
|
<revision>
|
|
<revnumber>0.1.0</revnumber>
|
|
<date>2002-10-01</date>
|
|
<revremark>Initial conversion from FAQ database.</revremark>
|
|
</revision>
|
|
</revhistory>
|
|
</articleinfo>
|
|
|
|
&START;
|
|
&GENERAL;
|
|
&DEPENDENCIES;
|
|
|
|
&GETTING;
|
|
&USING;
|
|
&TROUBLESHOOTING;
|
|
|
|
&CVS;
|
|
&DEVELOPING;
|
|
|
|
&LEGAL;
|
|
|
|
</article>
|