<div>Hi,</div><div> </div><div>I am working with a VOD application in which I receive audio and video data in two separate threads.</div><div>My pipeline is like:</div><div> </div><div>appsrc->audiodecoder->pulsesink appsrc->videodecoder->xvimagesink</div>
<div> </div><div>When I do small seeks on the video(upto 5-10 min), then SEEK happens perfectly.</div><div> </div><div>But when I do long seeks(>20 min), then SEEK is having issue. The updated frame is displayed but the movie just stucks there though progress bar and timer keeps on updating.</div>
<div> </div><div>I am using the API gst_element_seek() for seeking and using GStreamer version 0.10</div><div> </div><div> </div><div>Any body having idea what is going wrong?</div><div> </div><div>Thanks,</div><div>Deepak</div>