diff options
Diffstat (limited to 'ext/alsa/gstalsasrc.c')
-rw-r--r-- | ext/alsa/gstalsasrc.c | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/ext/alsa/gstalsasrc.c b/ext/alsa/gstalsasrc.c index 851d8ec6..00cfdbc2 100644 --- a/ext/alsa/gstalsasrc.c +++ b/ext/alsa/gstalsasrc.c @@ -21,20 +21,15 @@ /** * SECTION:element-alsasrc - * @short_description: capture audio from an alsa device * @see_also: alsasink, alsamixer * - * <refsect2> - * <para> * This element reads data from an audio card using the ALSA API. - * </para> + * + * <refsect2> * <title>Example pipelines</title> - * <para> - * Record from a sound card using ALSA and encode to Ogg/Vorbis. - * </para> - * <programlisting> + * |[ * gst-launch -v alsasrc ! audioconvert ! vorbisenc ! oggmux ! filesink location=alsasrc.ogg - * </programlisting> + * ]| Record from a sound card using ALSA and encode to Ogg/Vorbis. * </refsect2> * * Last reviewed on 2006-03-01 (0.10.4) |