<div dir="ltr">Hello,<div><br></div><div>First, try to set the environment variable : GST_DEBUG=2 (check doc : <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-checklist-debug.html">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-checklist-debug.html</a>)</div>
<div><br></div><div>You may have more glue on your problem. </div><div><br></div><div>You can also looking for the async/sync properties of your "audsink" element.</div><div><br></div><div><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Fri, Dec 13, 2013 at 8:29 AM, lokesh kumar <span dir="ltr"><<a href="mailto:lokeshkumar.222@gmail.com" target="_blank">lokeshkumar.222@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div>Hi,</div><div>   I am trying to play a lot of media using shell script, few of them has audio only.</div><div>and my pipeline is something like this</div><div><br></div><div>src ! demux ! viddec ! vidsink !audsink</div>

<div><br></div><div><br></div><div>now as few of my media do not have video at all, pipeline gets stuck at PREROLLING stage, as video decoder expects some data.</div><div>I know i can write an gstreamer application which checks whether video is available or not , and then add viddec dynamically.</div>

<div><br></div><div>but ,is there any other workaround for this issue.</div><div><br></div><div>regards,</div><div>Lokesh</div></div>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>