diff --git a/ChangeLog b/ChangeLog index 022681b552..d64857d773 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-07 Stefan Kost + + * tests/examples/controller/audio-example.c: + Improve comment and test commit mail sending. + 2007-06-07 Wim Taymans * gst/gstbin.c: (find_message), (bin_replace_message), (is_eos), diff --git a/tests/examples/controller/audio-example.c b/tests/examples/controller/audio-example.c index 7757346ad5..81d39586a1 100644 --- a/tests/examples/controller/audio-example.c +++ b/tests/examples/controller/audio-example.c @@ -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