summaryrefslogtreecommitdiffstats
path: root/sys/sunaudio
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-01-29 10:10:08 +0200
committerStefan Kost <ensonic@users.sf.net>2009-01-29 10:12:43 +0200
commit6335307b9739beb568f986bfc8a4c1e1fb2b8e31 (patch)
tree9b0187c295a459d31b016e15295131b912a57535 /sys/sunaudio
parentbdb07d50bef697c10658dce14f0e5c879a10fc44 (diff)
Update and add documentation for platform specific plugins (sys).
Link to properties. Correct titles for examples. Fix examples.
Diffstat (limited to 'sys/sunaudio')
-rw-r--r--sys/sunaudio/gstsunaudiomixer.c4
-rw-r--r--sys/sunaudio/gstsunaudiosink.c13
-rw-r--r--sys/sunaudio/gstsunaudiosrc.c14
3 files changed, 10 insertions, 21 deletions
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
*
- * <refsect2>
- * <para>
* sunaudiomixer is an mixer that controls the sound input and output
* levels with the Sun Audio interface available in Solaris.
- * </para>
- * </refsect2>
*/
#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
*
- * <refsect2>
- * <para>
* sunaudiosink is an audio sink designed to work with the Sun Audio
* interface available in Solaris.
- * </para>
+ *
+ * <refsect2>
* <title>Example launch line</title>
- * <para>
- * <programlisting>
- * gst-launch -v sinesrc ! sunaudiosink
- * </programlisting>
- * </para>
+ * |[
+ * gst-launch audiotestsrc volume=0.5 ! sunaudiosink
+ * ]|
* </refsect2>
*/
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
*
- * <refsect2>
- * <para>
* sunaudiosrc is an audio source designed to work with the Sun Audio
* interface available in Solaris.
- * </para>
+ *
+ * <refsect2>
* <title>Example launch line</title>
- * <para>
- * <programlisting>
- *
- * gst-launch sunaudiosrc ! filesink location=outfile
- * </programlisting>
- * </para>
+ * |[
+ * gst-launch sunaudiosrc ! wavenc ! filesink location=audio.wav
+ * ]|
* </refsect2>
*/