From 1ba01acdc040bd21dc2219ec17d7b331eee40078 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 9 Feb 2008 01:45:32 +0000 Subject: Add a simple example application for the spectrum element, include it in the docs, and fix some documentation ambigui... Original commit message from CVS: * docs/plugins/Makefile.am: * gst/spectrum/gstspectrum.c: * tests/examples/spectrum/.cvsignore: * tests/examples/spectrum/Makefile.am: * tests/examples/spectrum/spectrum-example.c: Add a simple example application for the spectrum element, include it in the docs, and fix some documentation ambiguities. Fixes: #348085 --- docs/plugins/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/plugins') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index e5c0a894..35b85a9f 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -154,7 +154,8 @@ EXTRA_HFILES = \ # example code that needs to be converted to xml and placed in xml/ EXAMPLE_CFILES = \ - $(top_srcdir)/tests/examples/level/level-example.c + $(top_srcdir)/tests/examples/level/level-example.c \ + $(top_srcdir)/tests/examples/spectrum/spectrum-example.c # Images to copy into HTML directory. HTML_IMAGES = -- cgit