mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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>
|
2007-06-07 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/gstbin.c: (find_message), (bin_replace_message), (is_eos),
|
* gst/gstbin.c: (find_message), (bin_replace_message), (is_eos),
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
/*
|
/*
|
||||||
* audio-example.c
|
* audio-example.c
|
||||||
*
|
*
|
||||||
* Build a pipeline with testaudiosource->alsasink
|
* Builds a pipeline with audiotestsource->alsasink and sweeps frequency and
|
||||||
* and sweep frequency and volume
|
* volume.
|
||||||
*
|
*
|
||||||
|
* Needs gst-plugin-base installed.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
Loading…
Reference in a new issue