From 9cf73bdd8f18505269fa4b6d1d80127945e735b1 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 28 Jan 2009 17:46:06 +0200 Subject: Update and add documentation for plugins with deps (ext). Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered. Fix warnings that gtk-doc points out. --- ext/esd/esdmon.c | 6 ++++-- ext/esd/esdsink.c | 16 ++++++---------- 2 files changed, 10 insertions(+), 12 deletions(-) (limited to 'ext/esd') diff --git a/ext/esd/esdmon.c b/ext/esd/esdmon.c index 880af9d8..25b1201e 100644 --- a/ext/esd/esdmon.c +++ b/ext/esd/esdmon.c @@ -20,9 +20,10 @@ * Boston, MA 02111-1307, USA. */ /** - * SECTION:element-esdmod + * SECTION:element-esdmon + * @see_also: #GstAlsaSrc, #GstAutoAudioSrc * - * This element outputs sound to an already-running Enlightened Sound Daemon + * This element records sound from 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 @@ -38,6 +39,7 @@ * ]| Record from audioinput * */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/esd/esdsink.c b/ext/esd/esdsink.c index ed34d793..ddc84e6a 100644 --- a/ext/esd/esdsink.c +++ b/ext/esd/esdsink.c @@ -26,24 +26,20 @@ * SECTION:element-esdsink * @see_also: #GstAlsaSink, #GstAutoAudioSink * - * - * * 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. - * - * - * Simple example pipeline that plays an Ogg/Vorbis file via esd: - * + * + * + * Example launch line + * |[ * gst-launch -v filesrc location=foo.ogg ! decodebin ! audioconvert ! audioresample ! esdsink - * - * + * ]| play an Ogg/Vorbis audio file via esd * */ -- cgit