GnlSource - race condition?

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

GnlSource - race condition?

Matthias Dodt
Hi!

I am experimenting with the GNonLin Framework and i am stuck with a
weired problem:

- I encapsulate a DV decoder in a GnlSource:

> Filesink > AviDemux > Queue > DvDemux > Queue

- This GnlSource will be added to a GnlComposition.

- Than I connect: ffdec_dvdec -> colorspace -> videosink to the
composition.

This works fine.

However when I start to do random seek's in the pipeline sometimes the
Video pad from the GnlSource will just block (let's say in 1 of 7 times
starting the pipeline).

Anybody has a clue what could go wrong?

Thanks!

Best,

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

Re: GnlSource - race condition?

IamTrying
Please share your pipe sample make one SSCCE.

See here for examples: http://gstreamer-devel.966125.n4.nabble.com/VideoConcat-td971089.html