mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
fa4a4319f0
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. |
||
---|---|---|
.. | ||
fig | ||
images | ||
.gitignore | ||
bins.sgml | ||
buffers.sgml | ||
BUILD | ||
connections.sgml | ||
elements.sgml | ||
factories.sgml | ||
goals.sgml | ||
gstreamer-manual.sgml | ||
helloworld.sgml | ||
intro.sgml | ||
motivation.sgml | ||
outline.txt | ||
README | ||
states.sgml |
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.