summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstossmixerelement.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/oss/gstossmixerelement.c')
-rw-r--r--sys/oss/gstossmixerelement.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/oss/gstossmixerelement.c b/sys/oss/gstossmixerelement.c
index 3ca3abb5..0988e367 100644
--- a/sys/oss/gstossmixerelement.c
+++ b/sys/oss/gstossmixerelement.c
@@ -19,15 +19,13 @@
/**
* SECTION:element-ossmixer
- * @short_description: element to control sound input and output levels with OSS
*
- * <refsect2>
- * <para>
* This element lets you adjust sound input and output levels with the
- * Open Sound System (OSS). It supports the GstMixer interface, which can be
+ * Open Sound System (OSS). It supports the #GstMixer interface, which can be
* used to obtain a list of available mixer tracks. Set the mixer element to
- * READY state before using the GstMixer interface on it.
- * </para>
+ * READY state before using the #GstMixer interface on it.
+ *
+ * <refsect2>
* <title>Example pipelines</title>
* <para>
* ossmixer can't be used in a sensible way in gst-launch.