tinyalsasink: fix sample launch line

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2016-02-02 11:06:52 -08:00
parent 1328a44a01
commit 4c5abcb997

View file

@ -28,7 +28,7 @@
* <refsect2> * <refsect2>
* <title>Example pipelines</title> * <title>Example pipelines</title>
* |[ * |[
* gst-launch-1.0 -v uridecodebin uri=file:///path/to/audio.ogg ! audioconvert ! audioresample ! alsasink * gst-launch-1.0 -v uridecodebin uri=file:///path/to/audio.ogg ! audioconvert ! audioresample ! tinyalsasink
* ]| Play an Ogg/Vorbis file and output audio via ALSA using the tinalsa * ]| Play an Ogg/Vorbis file and output audio via ALSA using the tinalsa
* library. * library.
* </refsect2> * </refsect2>