Hello,<br>I have ALSA driver that is working just fine on the system. If I use aplay WAV_FILE it works just fine. If I play the same file through gstreamer like:<br>gst-launch filesrc location=WAV_FILE ! wavparse ! alsasink<br>
it works just fine, but if I play movie on my board the sound is glitching. So I try using just audio part of the pipeline:<br>gst-launch filesrc location=MY_MPEG4_MOVIE ! qtdemux name=t ! queue ! faad ! alsasink <br>the audio is glitchy. <br>
Any idea why? <br>If not, is there any other AAC decoder I might try?<br>Cheers <br>Ogi<br>