App hangs on Windows - gst_element_set_state

pecisk at gmail.com pecisk at gmail.com
Sat Oct 15 07:33:53 PDT 2011


2011/10/13 Ashwini Sharma <ak.ashwini at gmail.com>:
> Hi All,
>  I have an application to play the trp file with multiple streams in it. The
> pipeline looks like
> filesrc | mpegtsparse | mpegtsdemux | decodebin | ffmpegcolorspace |
> videosink
> The same pipeline works fine on my linux machine (Fedora-13). But when i try
> the same thing on my Windows machine, compiled using MingW, it has a random
> behavior.
> At times it plays and it hangs in gst_element_set_state();
> Can please someone point me in the direction to solve this issue.

I don't know about this particular issue, but I would first try to get
gst debug info, it would show which element acts strangely. I'm not
sure how it's done in Windows (especially passing env. variables), but
nutshell is here:

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-checklist-debug.html

Peteris.


More information about the gstreamer-devel mailing list