Hi All,<br>I have separate files for audio and video. I'm using following pipe line to play these files:<br><br>gst-launch -v --gst-debug=0 filesrc location=test_h264.mp4 ! qtdemux \<br>                ! mpeg4videoparse ! omx_mpeg4dec ! omx_scaler ! v4l2sink sync=true \<br>

                filesrc location=test.ac3 ! ac3parse ! a52dec \<br>                ! audioconvert ! alsasink sync=true <br clear="all"><br>Here I'm using two clock provider elements (v4l2sink and alsasink).<br>1.
 Would it affect the synchronization between these two streams if I use 
clock provided by v42lsink element and set 'sync' property of both the 
sink element as true?<br>
<br>Gstreamer version: 0.10.32 (linux platform).<br><br>Thanks<br clear="all"><br>-- <br>Regards,<br>Rajnikant Jachak.<br><br>The pessimist sees difficulty in every opportunity. The optimist sees the opportunity in every difficulty.