mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
92c447c536
Original commit message from CVS: Reworked AC3 decoder. No seeking yet but at least we do not need ac3parse anymore. Reworked dvdsrc to read scrambled data (DeCSS not included). I have modified DeCSS a bit to work in GStreamer. Can I release the code or is there some lawyer that's going to sue me? MPEG2 SSE motion compensation. Tried to add PTS to the MPEG decoder but failed. |
||
---|---|---|
.. | ||
fig | ||
images | ||
.gitignore | ||
advanced.sgml | ||
bins.sgml | ||
buffers.sgml | ||
BUILD | ||
components.sgml | ||
connections.sgml | ||
cothreads.sgml | ||
dynamic.sgml | ||
elements.sgml | ||
factories.sgml | ||
ghostpads.sgml | ||
goals.sgml | ||
gstreamer-manual.sgml | ||
helloworld.sgml | ||
helloworld2.sgml | ||
intro.sgml | ||
Makefile.am | ||
motivation.sgml | ||
outline.txt | ||
plugins.sgml | ||
programs.sgml | ||
queues.sgml | ||
README | ||
states.sgml | ||
threads.sgml | ||
typedetection.sgml | ||
utility.sgml | ||
xml.sgml |
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.