Pipeline syntax error | unable to find the root cause

Tim Müller tim at centricular.com
Mon Feb 11 13:01:57 UTC 2019


On Mon, 2019-02-11 at 04:45 -0600, Rohan0993 wrote:

Hi,

> gst-launch-1.0 filesrc=/path/to/fle/Tornado.wav ! wavparse !

This should be: filesrc location=/path/to/fle/Tornado.wav

> autoaudioconvert ! 

Use audioconvert instead. Maybe also add an audioresample if needed (in
front of the audioconvert, not after it, because you may need to work
in non-native endianness because of the payloader).

> audio/x-raw,channels=1,depth=16,width=16,rate=44100 !

depth and width are expressed in the "format" now, so replace
depth=16,width=16 with something like format=S16BE or S16LE (rtpL16pay
needs big-endian, so use BE here, or just don't specify the format at
all, it will figure it out automatically).

Cheers
 Tim

-- 
Tim Müller, Centricular Ltd - http://www.centricular.com



More information about the gstreamer-devel mailing list