From 4c5abcb9972ce8445034a8e4840a42c4c44b3eb3 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Tue, 2 Feb 2016 11:06:52 -0800 Subject: [PATCH] tinyalsasink: fix sample launch line --- sys/tinyalsa/tinyalsasink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/tinyalsa/tinyalsasink.c b/sys/tinyalsa/tinyalsasink.c index 0efcbb0904..4f73ea08d2 100644 --- a/sys/tinyalsa/tinyalsasink.c +++ b/sys/tinyalsa/tinyalsasink.c @@ -28,7 +28,7 @@ * * Example pipelines * |[ - * 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. *