diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-15 16:52:10 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-15 16:52:10 +0000 |
commit | eee12cca36b879d838e3a0d529b7bc1bc1b269b7 (patch) | |
tree | 84b17d53ec9f9a1c9e4d73a333ebbcc06120434b /docs/plugins/gst-plugins-good-plugins-docs.sgml | |
parent | 567ec26deb83c024b933ab661bd5b96d4469c1e4 (diff) |
docs/plugins/: Add 3 more plugins to docs.
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/inspect/plugin-gamma.xml:
* docs/plugins/inspect/plugin-monoscope.xml:
* docs/plugins/inspect/plugin-video4linux2.xml:
Add 3 more plugins to docs.
Diffstat (limited to 'docs/plugins/gst-plugins-good-plugins-docs.sgml')
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index c90312a8..f23df291 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -35,6 +35,7 @@ <xi:include href="xml/element-dvdemux.xml" /> <xi:include href="xml/element-esdsink.xml" /> <xi:include href="xml/element-flacdec.xml" /> + <xi:include href="xml/element-gamma.xml" /> <xi:include href="xml/element-goom.xml" /> <xi:include href="xml/element-halaudiosink.xml" /> <xi:include href="xml/element-halaudiosrc.xml" /> @@ -44,6 +45,7 @@ <xi:include href="xml/element-jpegdec.xml" /> <xi:include href="xml/element-jpegenc.xml" /> <xi:include href="xml/element-level.xml" /> + <xi:include href="xml/element-monoscope.xml" /> <xi:include href="xml/element-multiudpsink.xml" /> <xi:include href="xml/element-multipartmux.xml" /> <xi:include href="xml/element-multipartdemux.xml" /> @@ -71,7 +73,7 @@ <xi:include href="xml/element-wavpackenc.xml" /> <xi:include href="xml/element-wavpackparse.xml" /> <xi:include href="xml/element-wavparse.xml" /> - <!-- <xi:include href="xml/element-v4l2src.xml" /> --> + <xi:include href="xml/element-v4l2src.xml" /> <xi:include href="xml/element-ximagesrc.xml" /> </chapter> @@ -101,6 +103,7 @@ <xi:include href="xml/plugin-esdsink.xml" /> <xi:include href="xml/plugin-flac.xml" /> <xi:include href="xml/plugin-flxdec.xml" /> + <xi:include href="xml/plugin-gamma.xml" /> <xi:include href="xml/plugin-gconfelements.xml" /> <xi:include href="xml/plugin-goom.xml" /> <xi:include href="xml/plugin-halelements.xml" /> @@ -109,6 +112,7 @@ <xi:include href="xml/plugin-jpeg.xml" /> <xi:include href="xml/plugin-level.xml" /> <xi:include href="xml/plugin-matroska.xml" /> + <xi:include href="xml/plugin-monoscope.xml" /> <xi:include href="xml/plugin-mulaw.xml" /> <xi:include href="xml/plugin-multipart.xml" /> <xi:include href="xml/plugin-navigationtest.xml" /> @@ -133,7 +137,7 @@ <xi:include href="xml/plugin-wavenc.xml" /> <xi:include href="xml/plugin-wavpack.xml" /> <xi:include href="xml/plugin-wavparse.xml" /> - <!-- <xi:include href="xml/plugin-video4linux2.xml" /> --> + <xi:include href="xml/plugin-video4linux2.xml" /> <xi:include href="xml/plugin-ximagesrc.xml" /> </chapter> </book> |