From 6335307b9739beb568f986bfc8a4c1e1fb2b8e31 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 29 Jan 2009 10:10:08 +0200 Subject: Update and add documentation for platform specific plugins (sys). Link to properties. Correct titles for examples. Fix examples. --- sys/osxaudio/gstosxaudio.c | 20 -------------------- sys/osxaudio/gstosxaudiosink.c | 16 +++++++++------- sys/osxaudio/gstosxaudiosrc.c | 12 ++++++------ 3 files changed, 15 insertions(+), 33 deletions(-) (limited to 'sys/osxaudio') diff --git a/sys/osxaudio/gstosxaudio.c b/sys/osxaudio/gstosxaudio.c index 262c7d91..1ddfce41 100644 --- a/sys/osxaudio/gstosxaudio.c +++ b/sys/osxaudio/gstosxaudio.c @@ -23,26 +23,6 @@ * */ -/** - * SECTION:element-osxaudiosink - * @short_description: play audio to an CoreAudio device - * - * - * - * This element renders raw audio samples using the CoreAudio api. - * - * Example pipelines - * - * Play an Ogg/Vorbis file. - * - * - * gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! audioresample ! osxaudiosink - * - * - * - * Last reviewed on 2006-03-01 (0.10.4) - */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/sys/osxaudio/gstosxaudiosink.c b/sys/osxaudio/gstosxaudiosink.c index aec8874d..9447e652 100644 --- a/sys/osxaudio/gstosxaudiosink.c +++ b/sys/osxaudio/gstosxaudiosink.c @@ -47,16 +47,18 @@ */ /** - * SECTION:element-plugin + * SECTION:element-osxaudiosink + * + * This element renders raw audio samples using the CoreAudio api. * * - * Example launch line - * - * - * gst-launch -v -m audiotestsrc ! audioconvert ! osxaudiosink - * - * + * Example pipelines + * |[ + * gst-launch filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! audioresample ! osxaudiosink + * ]| Play an Ogg/Vorbis file. * + * + * Last reviewed on 2006-03-01 (0.10.4) */ #ifdef HAVE_CONFIG_H diff --git a/sys/osxaudio/gstosxaudiosrc.c b/sys/osxaudio/gstosxaudiosrc.c index 1d99e8d8..9acf4405 100644 --- a/sys/osxaudio/gstosxaudiosrc.c +++ b/sys/osxaudio/gstosxaudiosrc.c @@ -43,15 +43,15 @@ */ /** - * SECTION:element-plugin + * SECTION:element-osxaudiosrc + * + * This element captures raw audio samples using the CoreAudio api. * * * Example launch line - * - * - * gst-launch -v -m osxaudiosrc ! fakesink - * - * + * |[ + * gst-launch osxaudiosrc ! wavenc ! filesink location=audio.wav + * ]| * */ -- cgit