diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-04-21 23:30:26 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-04-21 23:30:26 +0100 |
commit | 3346a53374135b8a58a50f2ff18e0ecaaf2272d4 (patch) | |
tree | c1917d93f8e610cd4cdadc2ac69535fe77d9951c /docs | |
parent | 0671b2325e7b4256d474283b4d4fb1f3c9ea0169 (diff) | |
download | gstreamer-plugins-good-3346a53374135b8a58a50f2ff18e0ecaaf2272d4.tar.gz |
docs: add various qtmux variants to documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 5 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-sections.txt | 38 |
3 files changed, 44 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index b511a43f7..410123edc 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -192,6 +192,7 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/multipart/multipartmux.h \ $(top_srcdir)/gst/quicktime/qtdemux.h \ $(top_srcdir)/gst/quicktime/gstqtmux.h \ + $(top_srcdir)/gst/quicktime/gstqtmux-doc.h \ $(top_srcdir)/gst/replaygain/gstrganalysis.h \ $(top_srcdir)/gst/replaygain/gstrglimiter.h \ $(top_srcdir)/gst/replaygain/gstrgvolume.h \ diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index fba35fd88..17584d7c7 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -18,6 +18,7 @@ <chapter> <title>gst-plugins-good Elements</title> + <xi:include href="xml/element-3gppmux.xml" /> <xi:include href="xml/element-aacparse.xml" /> <xi:include href="xml/element-aasink.xml" /> <xi:include href="xml/element-ac3parse.xml" /> @@ -100,6 +101,7 @@ <xi:include href="xml/element-id3v2mux.xml" /> <xi:include href="xml/element-imagefreeze.xml" /> <xi:include href="xml/element-interleave.xml" /> + <xi:include href="xml/element-ismlmux.xml" /> <xi:include href="xml/element-jackaudiosrc.xml" /> <xi:include href="xml/element-jackaudiosink.xml" /> <xi:include href="xml/element-jpegdec.xml" /> @@ -107,8 +109,10 @@ <xi:include href="xml/element-level.xml" /> <xi:include href="xml/element-matroskamux.xml" /> <xi:include href="xml/element-matroskademux.xml" /> + <xi:include href="xml/element-mj2mux.xml" /> <xi:include href="xml/element-monoscope.xml" /> <xi:include href="xml/element-mpegaudioparse.xml" /> + <xi:include href="xml/element-mp4mux.xml" /> <xi:include href="xml/element-mulawdec.xml" /> <xi:include href="xml/element-mulawenc.xml" /> <xi:include href="xml/element-multifilesink.xml" /> @@ -135,6 +139,7 @@ <xi:include href="xml/element-quarktv.xml" /> <xi:include href="xml/element-qtdemux.xml" /> <xi:include href="xml/element-qtmux.xml" /> + <xi:include href="xml/element-qtmoovrecover.xml" /> <xi:include href="xml/element-radioactv.xml" /> <xi:include href="xml/element-revtv.xml" /> <xi:include href="xml/element-rganalysis.xml" /> diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index d2b8f759e..f3b4cd3c1 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -1,4 +1,11 @@ <SECTION> +<FILE>element-3gppmux</FILE> +<TITLE>3gppmux</TITLE> +Gst3GPPMux +<SUBSECTION Standard> +</SECTION> + +<SECTION> <FILE>element-aacparse</FILE> <TITLE>aacparse</TITLE> GstAacParse @@ -1197,6 +1204,13 @@ gst_interleave_get_type </SECTION> <SECTION> +<FILE>element-ismlmux</FILE> +<TITLE>ismlmux</TITLE> +GstISMLMux +<SUBSECTION Standard> +</SECTION> + +<SECTION> <FILE>element-jackaudiosrc</FILE> <TITLE>jackaudiosrc</TITLE> GstJackAudioSrc @@ -1301,6 +1315,13 @@ gst_matroska_demux_plugin_init </SECTION> <SECTION> +<FILE>element-mj2mux</FILE> +<TITLE>mj2mux</TITLE> +GstMJ2Mux +<SUBSECTION Standard> +</SECTION> + +<SECTION> <FILE>element-monoscope</FILE> <TITLE>monoscope</TITLE> GstMonoscope @@ -1329,6 +1350,13 @@ gst_mpeg_audio_parse_get_type </SECTION> <SECTION> +<FILE>element-mp4mux</FILE> +<TITLE>mp4mux</TITLE> +GstMP4Mux +<SUBSECTION Standard> +</SECTION> + +<SECTION> <FILE>element-mulawdec</FILE> <TITLE>mulawdec</TITLE> GstMuLawDec @@ -1688,6 +1716,16 @@ gst_qtdemux_get_type </SECTION> <SECTION> +<FILE>element-qtmoovrecover</FILE> +<TITLE>qtmoovrecover</TITLE> +GstQTMoovRecover +GstQTMoovRecoverClass +gst_qt_moov_recover_get_type +gst_qt_moov_recover_register +<SUBSECTION Standard> +</SECTION> + +<SECTION> <FILE>element-qtmux</FILE> <TITLE>qtmux</TITLE> GstQTMux |