From 5811dfc3a6e6702866b4165e6c2d0137a21c1b72 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 29 Mar 2004 10:27:27 +0000 Subject: [PATCH] With caps, suitable for CD burning Original commit message from CVS: With caps, suitable for CD burning --- examples/gst/wavenc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gst/wavenc.py b/examples/gst/wavenc.py index 9263fdf..e40ec68 100644 --- a/examples/gst/wavenc.py +++ b/examples/gst/wavenc.py @@ -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) -- 2.7.4