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/sunaudio/gstsunaudiomixer.c | 4 ---- sys/sunaudio/gstsunaudiosink.c | 13 +++++-------- sys/sunaudio/gstsunaudiosrc.c | 14 +++++--------- 3 files changed, 10 insertions(+), 21 deletions(-) (limited to 'sys/sunaudio') diff --git a/sys/sunaudio/gstsunaudiomixer.c b/sys/sunaudio/gstsunaudiomixer.c index 4789550a..f7dd0d9b 100644 --- a/sys/sunaudio/gstsunaudiomixer.c +++ b/sys/sunaudio/gstsunaudiomixer.c @@ -22,12 +22,8 @@ /** * SECTION:element-sunaudiomixer * - * - * * sunaudiomixer is an mixer that controls the sound input and output * levels with the Sun Audio interface available in Solaris. - * - * */ #ifdef HAVE_CONFIG_H diff --git a/sys/sunaudio/gstsunaudiosink.c b/sys/sunaudio/gstsunaudiosink.c index 6718f701..8bf129eb 100644 --- a/sys/sunaudio/gstsunaudiosink.c +++ b/sys/sunaudio/gstsunaudiosink.c @@ -24,17 +24,14 @@ /** * SECTION:element-sunaudiosink * - * - * * sunaudiosink is an audio sink designed to work with the Sun Audio * interface available in Solaris. - * + * + * * Example launch line - * - * - * gst-launch -v sinesrc ! sunaudiosink - * - * + * |[ + * gst-launch audiotestsrc volume=0.5 ! sunaudiosink + * ]| * */ diff --git a/sys/sunaudio/gstsunaudiosrc.c b/sys/sunaudio/gstsunaudiosrc.c index 470c9812..9f8ecc44 100644 --- a/sys/sunaudio/gstsunaudiosrc.c +++ b/sys/sunaudio/gstsunaudiosrc.c @@ -24,18 +24,14 @@ /** * SECTION:element-sunaudiosrc * - * - * * sunaudiosrc is an audio source designed to work with the Sun Audio * interface available in Solaris. - * + * + * * Example launch line - * - * - * - * gst-launch sunaudiosrc ! filesink location=outfile - * - * + * |[ + * gst-launch sunaudiosrc ! wavenc ! filesink location=audio.wav + * ]| * */ -- cgit