App hangs on Windows - gst_element_set_state

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

App hangs on Windows - gst_element_set_state

ak.ashwini
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.

regards,
Ashwini


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: App hangs on Windows - gst_element_set_state

Peteris Krisjanis-2
2011/10/13 Ashwini Sharma <[hidden email]>:

> 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.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel