Skip to content
Snippets Groups Projects
Commit 4cee56e7 authored by Johan Dahlin's avatar Johan Dahlin
Browse files

Prettify

Original commit message from CVS:
Prettify
parent 6ef3a727
No related branches found
No related tags found
Loading
...@@ -4,8 +4,7 @@ import gst ...@@ -4,8 +4,7 @@ import gst
def decode(filename): def decode(filename):
output = filename + '.wav' output = filename + '.wav'
pipeline = ('filesrc location="%s"' + \ pipeline = ('filesrc location="%s" ! spider ! wavenc ! '
' ! spider ! wavenc ! ' + \
'filesink location="%s"') % (filename, output) 'filesink location="%s"') % (filename, output)
bin = gst.parse_launch(pipeline) bin = gst.parse_launch(pipeline)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment