gstreamer/docs/manual
Wim Taymans fa4a4319f0 A first (rude) attempt at autoplug.
Original commit message from CVS:
A first (rude) attempt at autoplug.
Autoplugging selects appropriate codecs to connect src to sink, adds
them to the pipeline and connect pads.
Autoplugging will run the typedetect plugin if the src pad has no MIME
type.
No autoplugging is done on the src and sink pads, it's hardcoded:
connect 'src to sink'.
No attempt at creating threads.
No attempt at dynamically autoplugging not yet existing pads.
Changes to (some) plugins to properly set their MIME types.
2000-08-21 21:20:38 +00:00
..
fig More manual about MIME types and factories... 2000-08-19 16:36:24 +00:00
images Ignore the png images; they are supposed to be build by the Makefile. 2000-08-16 21:40:30 +00:00
.gitignore First draft of Chapter 1 (introduction) and Chapter 2 (basic concepts) of the GStreamer manual. 2000-08-16 21:38:57 +00:00
bins.sgml First draft of Chapter 1 (introduction) and Chapter 2 (basic concepts) of the GStreamer manual. 2000-08-16 21:38:57 +00:00
buffers.sgml First draft of Chapter 1 (introduction) and Chapter 2 (basic concepts) of the GStreamer manual. 2000-08-16 21:38:57 +00:00
BUILD First draft of Chapter 1 (introduction) and Chapter 2 (basic concepts) of the GStreamer manual. 2000-08-16 21:38:57 +00:00
connections.sgml First draft of Chapter 1 (introduction) and Chapter 2 (basic concepts) of the GStreamer manual. 2000-08-16 21:38:57 +00:00
elements.sgml First draft of Chapter 1 (introduction) and Chapter 2 (basic concepts) of the GStreamer manual. 2000-08-16 21:38:57 +00:00
factories.sgml More manual about MIME types and factories... 2000-08-19 16:36:24 +00:00
goals.sgml First draft of Chapter 1 (introduction) and Chapter 2 (basic concepts) of the GStreamer manual. 2000-08-16 21:38:57 +00:00
gstreamer-manual.sgml More manual about MIME types and factories... 2000-08-19 16:36:24 +00:00
helloworld.sgml More manual about MIME types and factories... 2000-08-19 16:36:24 +00:00
intro.sgml First draft of Chapter 1 (introduction) and Chapter 2 (basic concepts) of the GStreamer manual. 2000-08-16 21:38:57 +00:00
motivation.sgml First draft of Chapter 1 (introduction) and Chapter 2 (basic concepts) of the GStreamer manual. 2000-08-16 21:38:57 +00:00
outline.txt A first (rude) attempt at autoplug. 2000-08-21 21:20:38 +00:00
README First draft of Chapter 1 (introduction) and Chapter 2 (basic concepts) of the GStreamer manual. 2000-08-16 21:38:57 +00:00
states.sgml First draft of Chapter 1 (introduction) and Chapter 2 (basic concepts) of the GStreamer manual. 2000-08-16 21:38:57 +00:00

For now use:

  db2html gstreamer-manual 

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.