mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Prettify
Original commit message from CVS: Prettify
This commit is contained in:
parent
6ef3a7273a
commit
4cee56e76c
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue