diff options
Diffstat (limited to 'ext/pulse/pulsesrc.c')
-rw-r--r-- | ext/pulse/pulsesrc.c | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/ext/pulse/pulsesrc.c b/ext/pulse/pulsesrc.c index 0e1ca20e..08fec595 100644 --- a/ext/pulse/pulsesrc.c +++ b/ext/pulse/pulsesrc.c @@ -21,20 +21,16 @@ /** * SECTION:element-pulsesrc - * @short_description: Capture audio from a PulseAudio sound server * @see_also: pulsesink, pulsemixer * + * This element captures audio from a + * <ulink href="http://www.pulseaudio.org">PulseAudio sound server</ulink>. + * * <refsect2> - * <para> - * This element captures audio from a PulseAudio sound server. - * </para> * <title>Example pipelines</title> - * <para> - * <programlisting> + * |[ * gst-launch -v pulsesrc ! audioconvert ! vorbisenc ! oggmux ! filesink location=alsasrc.ogg - * </programlisting> - * Record from a sound card using ALSA and encode to Ogg/Vorbis. - * </para> + * ]| Record from a sound card using ALSA and encode to Ogg/Vorbis. * </refsect2> */ |