summaryrefslogtreecommitdiffstats
path: root/sys/sunaudio
diff options
context:
space:
mode:
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>
*/