From b62583b216f04d8b03346897c11f8e239104dd59 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 16 Jun 2008 07:30:34 +0000 Subject: 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. --- sys/oss4/oss4-mixer.c | 5 ++--- sys/oss4/oss4-sink.c | 22 +++++++--------------- sys/oss4/oss4-source.c | 12 ++++-------- 3 files changed, 13 insertions(+), 26 deletions(-) (limited to 'sys/oss4') diff --git a/sys/oss4/oss4-mixer.c b/sys/oss4/oss4-mixer.c index e54ecfdd..6baa893e 100644 --- a/sys/oss4/oss4-mixer.c +++ b/sys/oss4/oss4-mixer.c @@ -20,13 +20,12 @@ /** * SECTION:element-oss4mixer * - * - * * This element lets you adjust sound input and output levels with the * Open Sound System (OSS) version 4. It supports the GstMixer interface, which * can be used to obtain a list of available mixer tracks. Set the mixer * element to READY state before using the GstMixer interface on it. - * + * + * * Example pipelines * * oss4mixer can't be used in a sensible way in gst-launch. diff --git a/sys/oss4/oss4-sink.c b/sys/oss4/oss4-sink.c index 45cc2c57..a909759a 100644 --- a/sys/oss4/oss4-sink.c +++ b/sys/oss4/oss4-sink.c @@ -19,32 +19,24 @@ /** * SECTION:element-oss4sink * - * - * * This element lets you output sound using the Open Sound System (OSS) * version 4. - * - * + * * Note that you should almost always use generic audio conversion elements * like audioconvert and audioresample in front of an audiosink to make sure * your pipeline works under all circumstances (those conversion elements will * act in passthrough-mode if no conversion is necessary). - * + * + * * Example pipelines - * - * + * |[ * gst-launch -v audiotestsrc ! audioconvert ! volume volume=0.1 ! oss4sink - * - * will output a sine wave (continuous beep sound) to your sound card (with + * ]| will output a sine wave (continuous beep sound) to your sound card (with * a very low volume as precaution). - * - * - * + * |[ * gst-launch -v filesrc location=music.ogg ! decodebin ! audioconvert ! audioresample ! oss4sink - * - * will play an Ogg/Vorbis audio file and output it using the Open Sound System + * ]| will play an Ogg/Vorbis audio file and output it using the Open Sound System * version 4. - * * * * Since: 0.10.7 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 * - * - * * This element lets you record sound using the Open Sound System (OSS) * version 4. - * + * + * * Example pipelines - * - * + * |[ * gst-launch -v oss4src ! queue ! audioconvert ! vorbisenc ! oggmux ! filesink location=mymusic.ogg - * - * 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.) - * * * * Since: 0.10.7 -- cgit v1.2.1