summaryrefslogtreecommitdiff
path: root/sys/oss4/oss4-source.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/oss4/oss4-source.c')
-rw-r--r--sys/oss4/oss4-source.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/sys/oss4/oss4-source.c b/sys/oss4/oss4-source.c
index fd934bdd4..78fba4a27 100644
--- a/sys/oss4/oss4-source.c
+++ b/sys/oss4/oss4-source.c
@@ -20,20 +20,16 @@
/**
* SECTION:element-oss4src
*
- * <refsect2>
- * <para>
* This element lets you record sound using the Open Sound System (OSS)
* version 4.
- * </para>
+ *
+ * <refsect2>
* <title>Example pipelines</title>
- * <para>
- * <programlisting>
+ * |[
* gst-launch -v oss4src ! queue ! audioconvert ! vorbisenc ! oggmux ! filesink location=mymusic.ogg
- * </programlisting>
- * will record sound from your sound card using OSS4 and encode it to an
+ * ]| will record sound from your sound card using OSS4 and encode it to an
* Ogg/Vorbis file (this will only work if your mixer settings are right
* and the right inputs areenabled etc.)
- * </para>
* </refsect2>
*
* Since: 0.10.7