diff options
author | Julien Moutte <julien@moutte.net> | 2005-12-08 16:27:12 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2005-12-08 16:27:12 +0000 |
commit | 207aced76da0526d2bd60e874896623cf8714423 (patch) | |
tree | 2abfaa52946e25603351177aa783bd46fcba230a /docs/plugins/gst-plugins-good-plugins-docs.sgml | |
parent | 82d3a26a560081a4b23afa7db1cccb1249293835 (diff) |
docs/plugins/Makefile.am: Add multipart elements.
Original commit message from CVS:
2005-12-08 Julien MOUTTE <julien@moutte.net>
* docs/plugins/Makefile.am: Add multipart elements.
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* gst/multipart/multipartdemux.c:
* gst/multipart/multipartmux.c: Add docs.
Diffstat (limited to 'docs/plugins/gst-plugins-good-plugins-docs.sgml')
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index 2ddcad3b..a6df6a46 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -18,6 +18,8 @@ <xi:include href="xml/element-flacdec.xml" /> <xi:include href="xml/element-goom.xml" /> <xi:include href="xml/element-level.xml" /> + <xi:include href="xml/element-multipartmux.xml" /> + <xi:include href="xml/element-multipartdemux.xml" /> </chapter> <chapter> @@ -38,7 +40,6 @@ <xi:include href="xml/plugin-efence.xml" /> <xi:include href="xml/plugin-effectv.xml" /> <xi:include href="xml/plugin-esdsink.xml" /> - <xi:include href="xml/plugin-fdsrc.xml" /> <xi:include href="xml/plugin-flac.xml" /> <xi:include href="xml/plugin-flxdec.xml" /> <xi:include href="xml/plugin-gconfelements.xml" /> |