diff options
Diffstat (limited to 'sys/oss4/oss4-sink.c')
-rw-r--r-- | sys/oss4/oss4-sink.c | 22 |
1 files changed, 7 insertions, 15 deletions
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 * - * <refsect2> - * <para> * This element lets you output sound using the Open Sound System (OSS) * version 4. - * </para> - * <para> + * * 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). - * </para> + * + * <refsect2> * <title>Example pipelines</title> - * <para> - * <programlisting> + * |[ * gst-launch -v audiotestsrc ! audioconvert ! volume volume=0.1 ! oss4sink - * </programlisting> - * 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). - * </para> - * <para> - * <programlisting> + * |[ * gst-launch -v filesrc location=music.ogg ! decodebin ! audioconvert ! audioresample ! oss4sink - * </programlisting> - * 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. - * </para> * </refsect2> * * Since: 0.10.7 |