diff options
Diffstat (limited to 'gst/volume/gstvolume.c')
-rw-r--r-- | gst/volume/gstvolume.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/gst/volume/gstvolume.c b/gst/volume/gstvolume.c index c167f0fb..59e55f43 100644 --- a/gst/volume/gstvolume.c +++ b/gst/volume/gstvolume.c @@ -24,19 +24,15 @@ /** * SECTION:element-volume * - * <refsect2> - * <para> * The volume element changes the volume of the audio data. - * </para> + * + * <refsect2> * <title>Example launch line</title> - * <para> - * <programlisting> + * |[ * gst-launch -v -m audiotestsrc ! volume volume=0.5 ! level ! fakesink silent=TRUE - * </programlisting> - * This pipeline shows that the level of audiotestsrc has been halved + * ]| This pipeline shows that the level of audiotestsrc has been halved * (peak values are around -6 dB and RMS around -9 dB) compared to * the same pipeline without the volume element. - * </para> * </refsect2> */ |