diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-09 01:45:32 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-09 01:45:32 +0000 |
commit | 1ba01acdc040bd21dc2219ec17d7b331eee40078 (patch) | |
tree | 449bd3a86f4f07057fe8867e671bd36c65a7e216 /docs | |
parent | 6afa17d8f0d32f621ed9c908a694620d00129012 (diff) | |
download | gstreamer-plugins-good-1ba01acdc040bd21dc2219ec17d7b331eee40078.tar.gz |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index e5c0a8944..35b85a9fc 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 = |