summaryrefslogtreecommitdiff
path: root/ext/modplug
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis.bg@samsung.com>2015-02-24 13:16:21 +0000
committerLuis de Bethencourt <luis.bg@samsung.com>2015-02-24 14:01:18 +0000
commit4d6b9c450d4e0fdb71b65c34e100a40fd9ee0efd (patch)
tree8bc79ee1d8463ac4a2d24f96c9ec75dcb91a487b /ext/modplug
parent70ed4fd438774207feaba65fe42a5a58cf8e7e1d (diff)
downloadgstreamer-plugins-bad-4d6b9c450d4e0fdb71b65c34e100a40fd9ee0efd.tar.gz
modplug: update example pipeline command
Diffstat (limited to 'ext/modplug')
-rw-r--r--ext/modplug/gstmodplug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/modplug/gstmodplug.cc b/ext/modplug/gstmodplug.cc
index 1f7115ef6..8a6cecc59 100644
--- a/ext/modplug/gstmodplug.cc
+++ b/ext/modplug/gstmodplug.cc
@@ -34,7 +34,7 @@
* <refsect2>
* <title>Example pipeline</title>
* |[
- * gst-launch -v filesrc location=1990s-nostalgia.xm ! modplug ! audioconvert ! alsasink
+ * gst-launch-1.0 -v filesrc location=1990s-nostalgia.xm ! modplug ! audioconvert ! alsasink
* ]| Play a FastTracker xm file.
* </refsect2>
*/