diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-25 22:14:47 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-25 22:14:47 +0000 |
commit | 044dd6626f9ad21ee6d47d0a18084f8c7b5c0373 (patch) | |
tree | 799fda145d94eb014933c24d243021b0120c3986 /docs | |
parent | 0a68fafa430aa4503b32abc107c0c4582aa9227d (diff) |
document flacdec
Original commit message from CVS:
document flacdec
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 3 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-sections.txt | 8 |
3 files changed, 11 insertions, 1 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 497e60e1..904b30d1 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -78,7 +78,8 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/autodetect/gstautovideosink.h \ $(top_srcdir)/gst/level/gstlevel.h \ $(top_srcdir)/gst/goom/gstgoom.h \ - $(top_srcdir)/ext/cairo/gsttimeoverlay.h + $(top_srcdir)/ext/cairo/gsttimeoverlay.h \ + $(top_srcdir)/ext/flac/gstflacdec.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 9f2b03eb..3159bb82 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -15,6 +15,7 @@ <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-flacdec.xml" /> <xi:include href="xml/element-goom.xml" /> <xi:include href="xml/element-level.xml" /> </chapter> diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index fa729f22..2f5b0415 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -23,6 +23,14 @@ GstCairoTimeOverlayClass </SECTION> <SECTION> +<FILE>element-flacdec</FILE> +GstFlacDec +<TITLE>flacdec</TITLE> +<SUBSECTION Standard> +GstFlacDecClass +</SECTION> + +<SECTION> <FILE>element-goom</FILE> GstGoom <TITLE>goom</TITLE> |