diff options
author | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2016-02-02 11:06:52 -0800 |
---|---|---|
committer | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2016-02-02 11:06:52 -0800 |
commit | 4c5abcb9972ce8445034a8e4840a42c4c44b3eb3 (patch) | |
tree | 9c782f34aa9067dd462b72df8ef247281bb0a7ca | |
parent | 1328a44a0190c9863c36c0b83052d8fc76886ebf (diff) | |
download | gstreamer-plugins-bad-4c5abcb9972ce8445034a8e4840a42c4c44b3eb3.tar.gz |
tinyalsasink: fix sample launch line
-rw-r--r-- | sys/tinyalsa/tinyalsasink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/tinyalsa/tinyalsasink.c b/sys/tinyalsa/tinyalsasink.c index 0efcbb090..4f73ea08d 100644 --- a/sys/tinyalsa/tinyalsasink.c +++ b/sys/tinyalsa/tinyalsasink.c @@ -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> |