This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Gstreamer Synchronisation - Davinci 6446

Hi to all,

I am working on Gstreamer for Davinci, I trying to play both audio and video (.mp4 h264 and aac), I found that the synchronisation between two sinks are not happening,

since after getting decoded its entering into the sink part and it is in waiting loop, and also found that the time is also like junk values,

Iam passing the pipeline as

gst-launch-0.10 filesrc location=$1 ! qtdemux name=t ! gdecoder Codec=0 ! fbvideosink device=/dev/fb/3 t. ! adecoder Codec=1 ! osssink

Iam also want to know whether the pipeline is correct if not how I want to pass the pipeline.

 

Thanks