<div dir="ltr"><div>It seems like you're still using 0.10 and some TI specific plugins.  So I initially removed your dmaiperf element and got this </div><div><div><br></div><div>gst-launch alsasrc ! audioconvert ! audioresample ! audio/x-raw-int,channels=1,depth=8,width=8,rate=8000 ! alawenc ! rtppcmapay ! udpsink host=192.168.1.16 port=3001</div></div><div><div>WARNING: erroneous pipeline: could not link audioresample0 to alawenc0<br></div><div><br></div><div>Added another audioconvert after the capsfilter and the pipeline started playing</div><div><div><div>gst-launch alsasrc ! audioconvert ! audioresample ! audio/x-raw-int,channels=1,depth=8,width=8,rate=8000 ! audioconvert ! alawenc ! rtppcmapay ! udpsink host=192.168.1.16 port=3001<br></div></div></div></div><div><br></div><div>Reason: alawenc does not support depth=8 and width=8 </div><div><div>Pad Templates:</div><div>  SINK template: 'sink'</div><div>    Availability: Always</div><div>    Capabilities:</div><div>      audio/x-raw-int</div><div>                   rate: [ 8000, 192000 ]</div><div>               channels: [ 1, 2 ]</div><div>             endianness: 1234</div><div>                  <b>width: 16</b></div><div><b>                  depth: 16</b></div><div>                 signed: true</div></div><div><br></div><div>cheers</div></div>