mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
With caps, suitable for CD burning
Original commit message from CVS: With caps, suitable for CD burning
This commit is contained in:
parent
4cee56e76c
commit
5811dfc3a6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import gst
|
|||
|
||||
def decode(filename):
|
||||
output = filename + '.wav'
|
||||
pipeline = ('filesrc location="%s" ! spider ! wavenc ! '
|
||||
pipeline = ('filesrc location="%s" ! spider ! audio/x-raw-int,rate=44100,stereo=2 ! wavenc ! '
|
||||
'filesink location="%s"') % (filename, output)
|
||||
|
||||
bin = gst.parse_launch(pipeline)
|
||||
|
|
Loading…
Reference in a new issue