mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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):
|
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)
|
||||||
|
|
Loading…
Reference in a new issue