diff options
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 4 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 3 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-sections.txt | 19 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins.hierarchy | 2 |
4 files changed, 24 insertions, 4 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 904b30d1..67a90f36 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -79,7 +79,9 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/level/gstlevel.h \ $(top_srcdir)/gst/goom/gstgoom.h \ $(top_srcdir)/ext/cairo/gsttimeoverlay.h \ - $(top_srcdir)/ext/flac/gstflacdec.h + $(top_srcdir)/ext/flac/gstflacdec.h \ + $(top_srcdir)/gst/multipart/multipartmux.c \ + $(top_srcdir)/gst/multipart/multipartdemux.c # example code that needs to be converted to xml and placed in xml/ EXAMPLE_CFILES = \ 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" /> diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index 2f5b0415..6924967d 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -24,10 +24,10 @@ GstCairoTimeOverlayClass <SECTION> <FILE>element-flacdec</FILE> -GstFlacDec +FlacDec <TITLE>flacdec</TITLE> <SUBSECTION Standard> -GstFlacDecClass +FlacDecClass </SECTION> <SECTION> @@ -46,4 +46,19 @@ GstLevel GstLevelClass </SECTION> +<SECTION> +<FILE>element-multipartmux</FILE> +GstMultipartMux +<TITLE>multipartmux</TITLE> +<SUBSECTION Standard> +GstMultipartMuxClass +</SECTION> + +<SECTION> +<FILE>element-multipartdemux</FILE> +GstMultipartDemux +<TITLE>multipartdemux</TITLE> +<SUBSECTION Standard> +GstMultipartDemuxClass +</SECTION> diff --git a/docs/plugins/gst-plugins-good-plugins.hierarchy b/docs/plugins/gst-plugins-good-plugins.hierarchy index a9f06384..fb9b8ced 100644 --- a/docs/plugins/gst-plugins-good-plugins.hierarchy +++ b/docs/plugins/gst-plugins-good-plugins.hierarchy @@ -292,6 +292,8 @@ GObject GstAlsaMixerElement GstTee GstTypeFindElement + GstMultipartMux + GstMultipartDemux GstPadTemplate GstIndex GstMemIndex |