Closed GoogleCodeExporter closed 9 years ago
Looks like the error is related to the gst-launch command being incorrect?
creating a test shell script to execute:
#!/bin/sh
gst-launch filesrc location='test.wav' '! decodebin ! audioresample !
'audio/x-raw-int,rate=1^C00' ! audioconvert !
'audio/x-raw-int,rate=16000,depth=16,signed=true,channels=1' !wavenc ! filesink
location=test_.wav'
where test.wav is in the current working folder
./te.sh
WARNING: erroneous pipeline: no element "decodebin"
Original comment by Todd.Fis...@calltrackingmetrics.com
on 8 Nov 2013 at 9:29
Okay sorry this issue is fixed by installing more components to gstreamer
yum install gstreamer-devel gstreamer-plugins-bad-free gstreamer-plugins-base
gstreamer-plugins-good
Original comment by Todd.Fis...@calltrackingmetrics.com
on 8 Nov 2013 at 9:37
Original comment by maurome...@gmail.com
on 15 Feb 2014 at 4:21
Original issue reported on code.google.com by
Todd.Fis...@calltrackingmetrics.com
on 8 Nov 2013 at 9:15