From 4cee56e76c97b4736ec804b6ed69e5fed3eb23ab Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 29 Mar 2004 10:21:15 +0000 Subject: [PATCH] Prettify Original commit message from CVS: Prettify --- examples/gst/wavenc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/gst/wavenc.py b/examples/gst/wavenc.py index 40124f8..9263fdf 100644 --- a/examples/gst/wavenc.py +++ b/examples/gst/wavenc.py @@ -4,8 +4,7 @@ import gst def decode(filename): output = filename + '.wav' - pipeline = ('filesrc location="%s"' + \ - ' ! spider ! wavenc ! ' + \ + pipeline = ('filesrc location="%s" ! spider ! wavenc ! ' 'filesink location="%s"') % (filename, output) bin = gst.parse_launch(pipeline) -- 2.7.4