From 4d6b9c450d4e0fdb71b65c34e100a40fd9ee0efd Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Tue, 24 Feb 2015 13:16:21 +0000 Subject: [PATCH] modplug: update example pipeline command --- ext/modplug/gstmodplug.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/modplug/gstmodplug.cc b/ext/modplug/gstmodplug.cc index 1f7115ef6c..8a6cecc59b 100644 --- a/ext/modplug/gstmodplug.cc +++ b/ext/modplug/gstmodplug.cc @@ -34,7 +34,7 @@ * * Example pipeline * |[ - * 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. * */