diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2005-09-02 16:17:23 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2005-09-02 16:17:23 +0000 |
commit | c253951dcd371ef44f2bfef416789d053b04948f (patch) | |
tree | efd7bb5d1f9b416afd6a95a25aeca1ccbd88bb96 /docs/gst/gstreamer-docs.sgml | |
parent | e040bb2dbe8373c723d2e973b311fd15dc72a76e (diff) |
more docs inlined
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/tmpl/.cvsignore:
* docs/gst/tmpl/gstghostpad.sgml:
* docs/gst/tmpl/gstiterator.sgml:
* docs/gst/tmpl/gstmacros.sgml:
* docs/gst/tmpl/gstrealpad.sgml:
* docs/gst/tmpl/gstregistry.sgml:
* docs/gst/tmpl/gstregistrypool.sgml:
* docs/gst/tmpl/gststructure.sgml:
* docs/gst/tmpl/gstsystemclock.sgml:
* docs/gst/tmpl/gsttrace.sgml:
* gst/gstghostpad.c:
* gst/gstmacros.h:
* gst/gstmemchunk.c:
* gst/gstmemchunk.h:
* gst/gstqueue.c:
* gst/gstregistry.c:
* gst/gstregistrypool.c:
* gst/gststructure.c:
* gst/gstsystemclock.c:
more docs inlined
Diffstat (limited to 'docs/gst/gstreamer-docs.sgml')
-rw-r--r-- | docs/gst/gstreamer-docs.sgml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/docs/gst/gstreamer-docs.sgml b/docs/gst/gstreamer-docs.sgml index 2df4cfbc7..9449d8de5 100644 --- a/docs/gst/gstreamer-docs.sgml +++ b/docs/gst/gstreamer-docs.sgml @@ -158,22 +158,14 @@ <chapter id="gstreamer-support"> <title>GStreamer Core Support</title> <para> - Theses modules support the gstreamer core and applications using it. - </para> - - &GstMacros; - &GstMemChunk; - - </chapter> - - <chapter id="gstreamer-internal"> - <title>GStreamer Core Internals</title> - <para> - Theses are internal modules which are rarely used by applications. + Theses modules support the gstreamer core and plugin development. + Application developers will rarely need to know about it. </para> &GstCheck; &GstInfo; + &GstMacros; + &GstMemChunk; &GstTrace; </chapter> |