Documentation updates. All standard library objects and standard elements are documen...
authorWim Taymans <wim.taymans@gmail.com>
Mon, 27 Mar 2000 19:53:43 +0000 (19:53 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 27 Mar 2000 19:53:43 +0000 (19:53 +0000)
commitbf8c785fb0ff5b69b48ef032b1a26efe97cbc438
tree663ffdbc16da938889a74929234b6ed21d660c7d
parent53b9cea328c7b16b66fe469c56939803caa311f3
Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen...

Original commit message from CVS:
Documentation updates. All standard library objects and standard
elements are documented. Modified some of the elements to more
accuratly report about their arguments so the documentation builds
more reasonable output.
Added aviencoder and jpegencoder elements (not working yet)
106 files changed:
docs/Makefile.am
docs/gst/Makefile.am
docs/gst/gstreamer-decl.txt
docs/gst/gstreamer-docs.sgml
docs/gst/gstreamer-sections.txt
docs/gst/gstreamer.hierarchy
docs/gst/gstreamer.types
docs/gst/tmpl/audioraw.sgml [new file with mode: 0644]
docs/gst/tmpl/cothreads.sgml [new file with mode: 0644]
docs/gst/tmpl/gst.sgml
docs/gst/tmpl/gstasyncdisksrc.sgml [new file with mode: 0644]
docs/gst/tmpl/gstaudiosink.sgml [new file with mode: 0644]
docs/gst/tmpl/gstaudiosrc.sgml [new file with mode: 0644]
docs/gst/tmpl/gstbin.sgml
docs/gst/tmpl/gstbuffer.sgml
docs/gst/tmpl/gstconnection.sgml
docs/gst/tmpl/gstdisksrc.sgml
docs/gst/tmpl/gstelement.sgml
docs/gst/tmpl/gstesdsink.sgml [new file with mode: 0644]
docs/gst/tmpl/gstfakesink.sgml [new file with mode: 0644]
docs/gst/tmpl/gstfakesrc.sgml [new file with mode: 0644]
docs/gst/tmpl/gstfdsink.sgml [new file with mode: 0644]
docs/gst/tmpl/gstfdsrc.sgml [new file with mode: 0644]
docs/gst/tmpl/gstfilter.sgml
docs/gst/tmpl/gsthttpsrc.sgml [new file with mode: 0644]
docs/gst/tmpl/gstidentity.sgml [new file with mode: 0644]
docs/gst/tmpl/gstlog.sgml [new file with mode: 0644]
docs/gst/tmpl/gstmeta.sgml
docs/gst/tmpl/gstobject.sgml
docs/gst/tmpl/gstpad.sgml
docs/gst/tmpl/gstpipeline.sgml
docs/gst/tmpl/gstplugin.sgml
docs/gst/tmpl/gstqueue.sgml
docs/gst/tmpl/gstreamer-unused.sgml [new file with mode: 0644]
docs/gst/tmpl/gstsinesrc.sgml [new file with mode: 0644]
docs/gst/tmpl/gstsink.sgml
docs/gst/tmpl/gstsrc.sgml
docs/gst/tmpl/gsttee.sgml
docs/gst/tmpl/gstthread.sgml
docs/gst/tmpl/gsttrace.sgml
docs/gst/tmpl/gsttype.sgml
docs/gst/tmpl/gstutils.sgml
docs/gst/tmpl/gstxml.sgml
docs/gst/tmpl/spectrum.sgml [new file with mode: 0644]
docs/gst/tmpl/videoraw.sgml [moved from docs/gst/tmpl/plugin.sgml with 53% similarity]
gst/elements/gstasyncdisksrc.h
gst/elements/gstaudiosink.c
gst/elements/gstaudiosink.h
gst/elements/gstaudiosrc.c
gst/elements/gstaudiosrc.h
gst/elements/gstdisksrc.c
gst/elements/gstesdsink.h
gst/elements/gstfakesink.c
gst/elements/gstfakesink.h
gst/elements/gstfakesrc.c
gst/elements/gstfakesrc.h
gst/elements/gstfdsink.c
gst/elements/gstfdsink.h
gst/elements/gstfdsrc.c
gst/elements/gstidentity.c
gst/elements/gstidentity.h
gst/elements/gstqueue.c
gst/elements/gstqueue.h
gst/elements/gstsinesrc.c
gst/elements/gstsinesrc.h
gst/gstbin.c
gst/gstbuffer.c
gst/gstbuffer.h
gst/gstelement.c
gst/gstelement.h
gst/gstfilter.h
gst/gstobject.c
gst/gstobject.h
gst/gstpad.c
gst/gstpad.h
gst/gstplugin.c
gst/gstsink.c
gst/gstsink.h
gst/gstsrc.c
gst/gstsrc.h
gst/gsttee.c
gst/gstthread.c
gst/gstxml.c
gst/meta/videoraw.h
plugins/elements/gstasyncdisksrc.h
plugins/elements/gstaudiosink.c
plugins/elements/gstaudiosink.h
plugins/elements/gstaudiosrc.c
plugins/elements/gstaudiosrc.h
plugins/elements/gstdisksrc.c
plugins/elements/gstesdsink.h
plugins/elements/gstfakesink.c
plugins/elements/gstfakesink.h
plugins/elements/gstfakesrc.c
plugins/elements/gstfakesrc.h
plugins/elements/gstfdsink.c
plugins/elements/gstfdsink.h
plugins/elements/gstfdsrc.c
plugins/elements/gstidentity.c
plugins/elements/gstidentity.h
plugins/elements/gstqueue.c
plugins/elements/gstqueue.h
plugins/elements/gstsinesrc.c
plugins/elements/gstsinesrc.h
test/Makefile.am
test/vidcapture.c [new file with mode: 0644]