More Docs updates.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 25 Oct 2000 19:09:53 +0000 (19:09 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 25 Oct 2000 19:09:53 +0000 (19:09 +0000)
commit9bae9d4b91cd2dbc16f3dad7775c55f1e3c74c1f
tree13ef723317322bbc333ec0b50761f09b5cd56f51
parent268bcbb89dc2974653f9db6e597076d03a980cc9
More Docs updates.

Original commit message from CVS:
More Docs updates.
Added plugin documentation. I fear we need a gstdoc implementation
that loads plugins and does introspection on them. I think we should
automatically create the docs for the pads and mime types the plugins
provide. Does anyone have enough perl knowledge to add these features? I
allready changed the C code to output the pad definitions but my perl
knowledge is too limited, for now, to implement the rest of the needed
functionality...
80 files changed:
configure.in
docs/plugins/Makefile.am [new file with mode: 0644]
docs/plugins/gstdoc-mkdb [new file with mode: 0755]
docs/plugins/gstdoc-mktmpl [new file with mode: 0755]
docs/plugins/gstdoc-scanobj [new file with mode: 0755]
docs/plugins/gstreamer-plugins-docs.sgml [new file with mode: 0644]
docs/plugins/gstreamer-plugins-sections.txt [new file with mode: 0644]
docs/plugins/tmpl/ac3dec.sgml [new file with mode: 0644]
docs/plugins/tmpl/ac3parse.sgml [new file with mode: 0644]
docs/plugins/tmpl/audioscale.sgml [new file with mode: 0644]
docs/plugins/tmpl/cobin.sgml [new file with mode: 0644]
docs/plugins/tmpl/dvdsrc.sgml [new file with mode: 0644]
docs/plugins/tmpl/example.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstaviencoder.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstjpeg.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstjpegdec.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstjpegenc.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstmpeg1encoder.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstmpeg2enc.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstmpeg2play.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstmpeg_play.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstmpegaudio.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstmpg123.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstparseau.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstparseavi.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstparsewav.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstreamer-plugins-unused.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstspectrum.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstv4lsrc.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstwincodec.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstwindec.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstwinenc.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstxa.sgml [new file with mode: 0644]
docs/plugins/tmpl/gstxing.sgml [new file with mode: 0644]
docs/plugins/tmpl/median.sgml [new file with mode: 0644]
docs/plugins/tmpl/mp1videoparse.sgml [new file with mode: 0644]
docs/plugins/tmpl/mp2videoparse.sgml [new file with mode: 0644]
docs/plugins/tmpl/mp3parse.sgml [new file with mode: 0644]
docs/plugins/tmpl/mpeg1parse.sgml [new file with mode: 0644]
docs/plugins/tmpl/mpeg2parse.sgml [new file with mode: 0644]
docs/plugins/tmpl/mpeg2subt.sgml [new file with mode: 0644]
docs/plugins/tmpl/rtjpegdec.sgml [new file with mode: 0644]
docs/plugins/tmpl/rtjpegenc.sgml [new file with mode: 0644]
docs/plugins/tmpl/smooth.sgml [new file with mode: 0644]
docs/plugins/tmpl/smoothwave.sgml [new file with mode: 0644]
docs/plugins/tmpl/spindentity.sgml [new file with mode: 0644]
docs/plugins/tmpl/stereo.sgml [new file with mode: 0644]
docs/plugins/tmpl/synaesthesia.sgml [new file with mode: 0644]
docs/plugins/tmpl/system_encode.sgml [new file with mode: 0644]
docs/plugins/tmpl/vcdsrc.sgml [new file with mode: 0644]
docs/plugins/tmpl/videoscale.sgml [new file with mode: 0644]
docs/plugins/tmpl/videosink.sgml [new file with mode: 0644]
docs/plugins/tmpl/volume.sgml [new file with mode: 0644]
docs/plugins/tmpl/vorbisdec.sgml [new file with mode: 0644]
docs/plugins/tmpl/vorbisenc.sgml [new file with mode: 0644]
docs/plugins/tmpl/vumeter.sgml [new file with mode: 0644]
gst/elements/gstasyncdisksrc.c
gst/elements/gstaudiosink.c
gst/gstbufferpool.c
gst/gstconnection.c
gst/gstcpu.c
gst/gstcpu.h
gst/gstelement.c
gst/gstelement.h
gst/gstelementfactory.c
gst/gstmeta.c
gst/gstmeta.h
gst/gstpad.c
gst/gstplugin.c
gst/gstthread.c
gst/gstthread.h
gst/gstutils.c
gst/gstxml.c
libs/colorspace/gstcolorspace.h
libs/idct/gstidct.h
libs/riff/gstriff.h
plugins/elements/gstasyncdisksrc.c
plugins/elements/gstaudiosink.c
test/ac3play.c
test/qtest.c