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 /sys/oss4/oss4-source.c | |
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 'sys/oss4/oss4-source.c')
-rw-r--r-- | sys/oss4/oss4-source.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/sys/oss4/oss4-source.c b/sys/oss4/oss4-source.c index fd934bdd..78fba4a2 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 |