diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-06-16 07:30:34 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-06-16 07:30:34 +0000 |
commit | b62583b216f04d8b03346897c11f8e239104dd59 (patch) | |
tree | ac834a4bf071f43c9af2169c00e3518b46d96976 /gst/speexresample | |
parent | 68993006c374a92474db6e908f7d3c13981bfed9 (diff) | |
download | gst-plugins-bad-b62583b216f04d8b03346897c11f8e239104dd59.tar.gz gst-plugins-bad-b62583b216f04d8b03346897c11f8e239104dd59.tar.bz2 gst-plugins-bad-b62583b216f04d8b03346897c11f8e239104dd59.zip |
Final round of doc updates.
Original commit message from CVS:
* gst/rtpmanager/gstrtpjitterbuffer.c:
* gst/speed/gstspeed.c:
* gst/speexresample/gstspeexresample.c:
* gst/videosignal/gstvideoanalyse.c:
* gst/videosignal/gstvideodetect.c:
* gst/videosignal/gstvideomark.c:
* sys/dvb/gstdvbsrc.c:
* sys/oss4/oss4-mixer.c:
* sys/oss4/oss4-sink.c:
* sys/oss4/oss4-source.c:
* sys/wininet/gstwininetsrc.c:
Final round of doc updates.
Diffstat (limited to 'gst/speexresample')
-rw-r--r-- | gst/speexresample/gstspeexresample.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gst/speexresample/gstspeexresample.c b/gst/speexresample/gstspeexresample.c index 77fb8e26..096c6b93 100644 --- a/gst/speexresample/gstspeexresample.c +++ b/gst/speexresample/gstspeexresample.c @@ -22,19 +22,16 @@ /** * SECTION:element-speexresample * - * <refsect2> * speexresample resamples raw audio buffers to different sample rates using * a configurable windowing function to enhance quality. + * + * <refsect2> * <title>Example launch line</title> - * <para> - * <programlisting> + * |[ * gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! speexresample ! audio/x-raw-int, rate=8000 ! alsasink - * </programlisting> - * Decode an Ogg/Vorbis downsample to 8Khz and play sound through alsa. + * ]| Decode an Ogg/Vorbis downsample to 8Khz and play sound through alsa. * To create the Ogg/Vorbis file refer to the documentation of vorbisenc. - * </para> * </refsect2> - * */ #ifdef HAVE_CONFIG_H |