summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2016-02-02 11:20:17 -0800
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2016-02-02 13:30:29 -0800
commit2da52e79b35ed29b354e2a21b72283e97dccf114 (patch)
tree412890c5532c1ae049a9ffbcb33fe5c1538ebc2a /sys
parent4c5abcb9972ce8445034a8e4840a42c4c44b3eb3 (diff)
downloadgstreamer-plugins-bad-2da52e79b35ed29b354e2a21b72283e97dccf114.tar.gz
tinyalsasink: fix tinalsa typo
Diffstat (limited to 'sys')
-rw-r--r--sys/tinyalsa/tinyalsasink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/tinyalsa/tinyalsasink.c b/sys/tinyalsa/tinyalsasink.c
index 4f73ea08d..2d6e3a6b8 100644
--- a/sys/tinyalsa/tinyalsasink.c
+++ b/sys/tinyalsa/tinyalsasink.c
@@ -29,7 +29,7 @@
* <title>Example pipelines</title>
* |[
* 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 tinyalsa
* library.
* </refsect2>
*/