tinyalsasink: fix sample launch line
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Tue, 2 Feb 2016 19:06:52 +0000 (11:06 -0800)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Tue, 2 Feb 2016 19:06:52 +0000 (11:06 -0800)
sys/tinyalsa/tinyalsasink.c

index 0efcbb0..4f73ea0 100644 (file)
@@ -28,7 +28,7 @@
  * <refsect2>
  * <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
  * library.
  * </refsect2>