Pipeline stuck at prerolling

Adrien Schwartzentruber adrien.schwartzentruber at gmail.com
Fri Dec 13 00:54:25 PST 2013


Hello,

First, try to set the environment variable : GST_DEBUG=2 (check doc :
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-checklist-debug.html
)

You may have more glue on your problem.

You can also looking for the async/sync properties of your "audsink"
element.




On Fri, Dec 13, 2013 at 8:29 AM, lokesh kumar <lokeshkumar.222 at gmail.com>wrote:

> Hi,
>    I am trying to play a lot of media using shell script, few of them has
> audio only.
> and my pipeline is something like this
>
> src ! demux ! viddec ! vidsink !audsink
>
>
> now as few of my media do not have video at all, pipeline gets stuck at
> PREROLLING stage, as video decoder expects some data.
> I know i can write an gstreamer application which checks whether video is
> available or not , and then add viddec dynamically.
>
> but ,is there any other workaround for this issue.
>
> regards,
> Lokesh
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131213/c8ce7585/attachment-0001.html>


More information about the gstreamer-devel mailing list