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 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8e8969a5..df0572e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-02-09 Jan Schmidt + + * 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 + 2008-02-08 Jan Schmidt * gst/equalizer/Makefile.am: -- cgit