Thanks pavel for your reply
I got an open AVB, And I just cross compiled it for my LS1021A-IOT. My aim is to test talker listener program on two separate LS1 board respectively. On taker it use gstreamer-1.0 for sending the simple sine audio to listener by entering given command at talker as shown below .
gst-launch-1.0 -v -e alsasrc device=hw:0,0 do-timestamp=true ! audioconvert ! audioresample ! wavenc ! fdsink | ./talker eth0 256
when I run this I got error like this "WARNING: erroneous pipeline: no element wavenc""
And is listener side
./listener eth0 256 | gst-launch-1.0 fdsrc fd=0 ! audioparse rate=32000 channels=2 ! alsasink sync=false async=false
On running this I'm getting error like "WARNING: erroneous pipeline: no element audioparse".
I have Installed gstreamer-1.0 and plugins (good,bad,ugly,base,meta-base and omx). Even though the audioparse functionality at listener and wavenc at talker is not getting for gstreamer.
But gstreamer-1.0 have the plugins such as alsasrc, audioconvert, audioresample, fdsink, alsasink. That I have verified with gst-inspect command.
But on verifying this for wavenc and audioparse , I got "No such element or plugin 'waveenc OR audioparse' "