tests/examples/controller/audio-example.c: Improve comment and test commit mail sending.

Original commit message from CVS:
* tests/examples/controller/audio-example.c:
Improve comment and test commit mail sending.
This commit is contained in:
Stefan Kost 2007-06-07 14:12:07 +00:00
parent 491de61f5a
commit 3b43fd8d3c
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-06-07 Stefan Kost <ensonic@users.sf.net>
* tests/examples/controller/audio-example.c:
Improve comment and test commit mail sending.
2007-06-07 Wim Taymans <wim@fluendo.com>
* gst/gstbin.c: (find_message), (bin_replace_message), (is_eos),

View file

@ -1,9 +1,10 @@
/*
* audio-example.c
*
* Build a pipeline with testaudiosource->alsasink
* and sweep frequency and volume
* Builds a pipeline with audiotestsource->alsasink and sweeps frequency and
* volume.
*
* Needs gst-plugin-base installed.
*/
#include <gst/gst.h>