Hi,
I am using EZSDK version 05_05_02_00. I can playback audio quite well via HDMI interface using aplay using the command
arecord -r 48000 | aplay -D plughw:0,1.
But I am not able to do the same using gstreamer using the following pipeline:
gst-launch alsasrc num-buffers=-1 ! 'audio/x-raw-int, rate=48000' ! alsasink device="plughw:0,1"
Pipeline goes to PLAYING state, but no audio comes out.
Kindly suggest a solution, thanks in advance