tests/examples/controller/audio-example.c: Improve comment and test commit mail sending.
authorStefan Kost <ensonic@users.sourceforge.net>
Thu, 7 Jun 2007 14:12:07 +0000 (14:12 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Thu, 7 Jun 2007 14:12:07 +0000 (14:12 +0000)
Original commit message from CVS:
* tests/examples/controller/audio-example.c:
Improve comment and test commit mail sending.

ChangeLog
tests/examples/controller/audio-example.c

index 022681b..d64857d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),
index 7757346..81d3958 100644 (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>