mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
491de61f5a
commit
3b43fd8d3c
2 changed files with 8 additions and 2 deletions
|
@ -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),
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue