diff options
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2010-01-05 15:04:38 +0100 |
---|---|---|
committer | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2010-01-05 17:50:36 +0100 |
commit | 51a28ed325b34ee217be158c9d9a3eb5fe86e2c9 (patch) | |
tree | 5154c28965cb9840da1c63e06d1182732fc78bfb | |
parent | d517e1c0349d1a5f3be6805f5785b4afb6465c42 (diff) | |
download | gstreamer-plugins-bad-51a28ed325b34ee217be158c9d9a3eb5fe86e2c9.tar.gz |
ac3parse: add documentation
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 14 | ||||
-rw-r--r-- | gst/audioparsers/gstac3parse.c | 2 |
4 files changed, 17 insertions, 1 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index be022853b..7c98dc49e 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -125,6 +125,7 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/aiff/aiffparse.h \ $(top_srcdir)/gst/aiff/aiffmux.h \ $(top_srcdir)/gst/audioparsers/gstaacparse.h \ + $(top_srcdir)/gst/audioparsers/gstac3parse.h \ $(top_srcdir)/gst/audioparsers/gstamrparse.h \ $(top_srcdir)/gst/audioparsers/gstflacparse.h \ $(top_srcdir)/gst/autoconvert/gstautoconvert.h \ diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 8ce143c0f..5e259e6a5 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -18,6 +18,7 @@ <chapter> <title>gst-plugins-bad Elements</title> <xi:include href="xml/element-aacparse.xml" /> + <xi:include href="xml/element-ac3parse.xml" /> <xi:include href="xml/element-aiffparse.xml" /> <xi:include href="xml/element-aiffmux.xml" /> <xi:include href="xml/element-amrparse.xml" /> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 53cc818a0..7703c2741 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -13,6 +13,20 @@ gst_aacparse_get_type </SECTION> <SECTION> +<FILE>element-ac3parse</FILE> +<TITLE>ac3parse</TITLE> +GstAc3Parse +<SUBSECTION Standard> +GstAc3ParseClass +GST_AC3_PARSE +GST_AC3_PARSE_CLASS +GST_IS_AC3_PARSE +GST_IS_AC3_PARSE_CLASS +GST_TYPE_AC3_PARSE +gst_ac3_parse_get_type +</SECTION> + +<SECTION> <FILE>element-aiffmux</FILE> <TITLE>aiffmux</TITLE> GstAiffMux diff --git a/gst/audioparsers/gstac3parse.c b/gst/audioparsers/gstac3parse.c index 4d1efa62e..c19c33455 100644 --- a/gst/audioparsers/gstac3parse.c +++ b/gst/audioparsers/gstac3parse.c @@ -20,7 +20,7 @@ * Boston, MA 02111-1307, USA. */ /** - * SECTION:gstac3parse + * SECTION:element-ac3parse * @short_description: AC3 parser * @see_also: #GstAmrParse, #GstAACParse * |