gstreamer/docs/manual
2011-02-10 00:04:09 +00:00
..
images
.gitignore
advanced-autoplugging.xml docs: fix some typos and add some missing links in the app dev manual 2010-07-16 18:37:24 +01:00
advanced-clocks.xml manual: improve clock docs a little 2010-09-01 11:34:34 +02:00
advanced-dataaccess.xml docs: fix some typos and add some missing links in the app dev manual 2010-07-16 18:37:24 +01:00
advanced-dparams.xml manual: update gst-controller chapter 2010-08-05 10:31:50 +03:00
advanced-interfaces.xml docs: fix some typos and add some missing links in the app dev manual 2010-07-16 18:37:24 +01:00
advanced-metadata.xml docs: fix some typos and add some missing links in the app dev manual 2010-07-16 18:37:24 +01:00
advanced-position.xml docs: fix a couple of typos in the manual 2010-07-01 19:58:09 +01:00
advanced-threads.xml docs: fix spelling of 'threshold' in app dev manual 2011-01-18 22:51:49 +00:00
appendix-checklist.xml docs: fix a couple of typos in the manual 2010-07-01 19:58:09 +01:00
appendix-integration.xml docs: Don't talk about the deprecated libgnome and GNOME-VFS 2009-08-19 16:24:39 +02:00
appendix-licensing.xml
appendix-porting.xml
appendix-programs.xml
appendix-quotes.xml
base.css
basics-bins.xml docs: mention that it's necessary to set the state of elements added to an already-running pipeline 2011-02-10 00:04:09 +00:00
basics-bus.xml docs: Fix basics-bus docs 2010-01-26 08:52:16 -03:00
basics-data.xml
basics-elements.xml docs: mention that it's necessary to set the state of elements added to an already-running pipeline 2011-02-10 00:04:09 +00:00
basics-helloworld.xml docs: fix a couple of typos in the manual 2010-07-01 19:58:09 +01:00
basics-init.xml build: sprintf, sscanf need stdio.h 2009-10-07 10:59:54 +03:00
basics-pads.xml docs: mention that it's necessary to set the state of elements added to an already-running pipeline 2011-02-10 00:04:09 +00:00
basics-plugins.xml
bin-element-ghost.png
bin-element-noghost.png
bin-element.png
clocks.png
communication.png docs: improve communication picture and section 2010-03-31 11:32:38 +03:00
diagrams-clocks.svg
diagrams-general.svg docs: improve communication picture and section 2010-03-31 11:32:38 +03:00
diagrams-pipelines.svg
filter-element-multi.png
filter-element.png
gstreamer-overview.png
hello-world.png
highlevel-components.xml docs: don't forget to unref the pad 2009-11-09 12:42:35 +01:00
highlevel-xml.xml docs: update 'XML in GStreamer' section in application developer's manual 2010-06-30 13:16:35 +01:00
intro-basics.xml docs: fix some typos and add some missing links in the app dev manual 2010-07-16 18:37:24 +01:00
intro-gstreamer.xml
intro-motivation.xml
intro-preface.xml
linked-elements.png
Makefile.am
manual.xml docs: fix some typos and add some missing links in the app dev manual 2010-07-16 18:37:24 +01:00
mime-world.png
outline.txt
README
simple-player.png
sink-element.png
src-element.png
state-diagram.fig
thread-buffering.png
thread-synchronizing.png
titlepage.xml

Current requirements for building the docs :
--------------------------------------------

libxslt >= 1.0.6
libxml2 >= 2.4.12


These are not included with RH72.  They are in debian.  GDE has good rpms.

To build pdf's from xslt stuff, you need xmltex and (on redhat) 
passivetex.  They are not known to have been built on either redhat or 
debian yet though.

Wingo's new comments on the doc building :
------------------------------------------
* Well he should add them soon here since he overhauled it. And did a good 
  job on it too ;)

Thomas's new comments on the doc building :
-------------------------------------------
* originally the manual was written with DocBook 3.0 in mind, which 
  supported the graphic tag.  That is now deprecated, so I changed it to 
  the new mediaobject tag set.

* eps files in images/ should be generated from the makefile.  You need to 
  have fig2dev installed for that.

Ensonic's comments on the doc build system :
--------------------------------------------
In case you like to share files between the manual and the pwg - it's
not trivial.
Before anything is done, the build-system copies all xml files into the build
subdir and this breaks including shared docs via entities.

The examples should be updated in the xml. We run a perlscript in
tests/examples/manual that extracts them.

Wtay's original comments :
--------------------------

For now use:

  db2html gstreamer-manual 

(On debian, db2html is in the cygnus-stylesheets package)

You will need the png support for docbook (see GNOME documentation project)

convert the fig images to png with:

  fig2dev -L png -s 16 fig/<input file>.fig images/<input file>.png

Put a link in the gstreamer-manual directory with

  ln -s ../images gstreamer-manual/images

point your browser to gstreamer-manual/gstreamer.html

Fix typing errors and correct bad english.
Let me know about the stuff that needs some more explanation.
Let me know about the structure of the document.