Hi all,<br><br>I am writing an application to play a media file. <br>1. The audio doesn't play at all when both audio & video pads<br>generated by demuxer are connected to separate bins<br>called audio & video bins.<br>
2. when I discard the video pad and connect only audio pad to <br>audio bin I am able to hear the audio.<br><br>The same file plays well with playbin. And I am using the elements<br>as in playbin. <br><br><i>Observation:</i><br>
1. On catching bus messages for warning I get this message<br>"<b>Compensating for audio synchronisation problems</b>"<br>2. The video pad is generated first & then the audio pad<br><br><i>The playbin elements are as below:</i><br>
filesrc->mpegtsdemux ->ffdec_h264->ffmpegcolorspace->videoscale->xvimagesink<br> ->mad->audioconvert->audioresample->alsasink<br><br>Can someone please suggest some ideas on this?<br>
<br>Thanks,<br>Jyoti<br>