diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 3 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 10 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-sections.txt | 8 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-autodetect.xml | 4 |
4 files changed, 22 insertions, 3 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 913c0a56..497e60e1 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -77,7 +77,8 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/autodetect/gstautoaudiosink.h \ $(top_srcdir)/gst/autodetect/gstautovideosink.h \ $(top_srcdir)/gst/level/gstlevel.h \ - $(top_srcdir)/gst/goom/gstgoom.h + $(top_srcdir)/gst/goom/gstgoom.h \ + $(top_srcdir)/ext/cairo/gsttimeoverlay.h # 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 82579c20..9f2b03eb 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -14,6 +14,7 @@ <title>gst-plugins-good Elements</title> <xi:include href="xml/element-autoaudiosink.xml" /> <xi:include href="xml/element-autovideosink.xml" /> + <xi:include href="xml/element-cairotimeoverlay.xml" /> <xi:include href="xml/element-goom.xml" /> <xi:include href="xml/element-level.xml" /> </chapter> @@ -25,20 +26,27 @@ <xi:include href="xml/plugin-aasink.xml" /> <xi:include href="xml/plugin-alaw.xml" /> <xi:include href="xml/plugin-alpha.xml" /> + <xi:include href="xml/plugin-alphacolor.xml" /> <xi:include href="xml/plugin-autodetect.xml" /> <xi:include href="xml/plugin-avi.xml" /> <xi:include href="xml/plugin-cacasink.xml" /> + <xi:include href="xml/plugin-cairo.xml" /> <xi:include href="xml/plugin-cutter.xml" /> + <xi:include href="xml/plugin-debug.xml" /> <xi:include href="xml/plugin-dv.xml" /> + <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" /> <xi:include href="xml/plugin-goom.xml" /> <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-mulaw.xml" /> + <xi:include href="xml/plugin-navigationtest.xml" /> <xi:include href="xml/plugin-ossaudio.xml" /> <xi:include href="xml/plugin-png.xml" /> <xi:include href="xml/plugin-rtp.xml" /> @@ -49,6 +57,8 @@ <xi:include href="xml/plugin-udp.xml" /> <xi:include href="xml/plugin-videobox.xml" /> <xi:include href="xml/plugin-videoflip.xml" /> + <xi:include href="xml/plugin-videomixer.xml" /> + <xi:include href="xml/plugin-wavenc.xml" /> <xi:include href="xml/plugin-wavparse.xml" /> </chapter> </book> diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index 7c4c86cf..fa729f22 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -15,6 +15,14 @@ GstAutoVideoSinkClass </SECTION> <SECTION> +<FILE>element-cairotimeoverlay</FILE> +GstCairoTimeOverlay +<TITLE>cairotimeoverlay</TITLE> +<SUBSECTION Standard> +GstCairoTimeOverlayClass +</SECTION> + +<SECTION> <FILE>element-goom</FILE> GstGoom <TITLE>goom</TITLE> diff --git a/docs/plugins/inspect/plugin-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml index a1e717f7..6d7e56f0 100644 --- a/docs/plugins/inspect/plugin-autodetect.xml +++ b/docs/plugins/inspect/plugin-autodetect.xml @@ -13,14 +13,14 @@ <name>autoaudiosink</name> <longname>Auto audio sink</longname> <class>Sink/Audio</class> - <description>Audio sink embedding the Auto-settings for audio output</description> + <description>Wrapper audio sink for automatically detected audio sink</description> <author>Ronald Bultje <rbultje@ronald.bitfreak.net></author> </element> <element> <name>autovideosink</name> <longname>Auto video sink</longname> <class>Sink/Video</class> - <description>Video sink embedding the Auto-settings for video output</description> + <description>Wrapper video sink for automatically detected video sink</description> <author>Ronald Bultje <rbultje@ronald.bitfreak.net></author> </element> </elements> |