mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
ext/esd/esdmon.c: Add doc blob.
Original commit message from CVS: * ext/esd/esdmon.c: Add doc blob.
This commit is contained in:
parent
7f237108ea
commit
af1a12033d
2 changed files with 24 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-10-27 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* ext/esd/esdmon.c:
|
||||
Add doc blob.
|
||||
|
||||
2008-10-27 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* docs/plugins/Makefile.am:
|
||||
|
|
|
@ -19,7 +19,25 @@
|
|||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION:element-esdmod
|
||||
*
|
||||
* This element outputs sound to an already-running Enlightened Sound Daemon
|
||||
* (ESound Daemon, esd). Note that a sound daemon will never be auto-spawned
|
||||
* through this element (regardless of the system configuration), since this
|
||||
* is actively prevented by the element. If you must use esd, you need to
|
||||
* make sure it is started automatically with your session or otherwise.
|
||||
*
|
||||
* TODO: insert some comments about how sucky esd is and that all the cool
|
||||
* kids use pulseaudio or whatever these days.
|
||||
*
|
||||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
* |[
|
||||
* gst-launch esdmon ! audioconvert ! waveenc ! filesink location=record.wav
|
||||
* ]| Record from audioinput
|
||||
* </refsect2>
|
||||
*/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue