[gst-devel] Problems with video, tee and queues
Luciana Fujii Pontello
luciana at holoscopio.com
Sat Nov 6 04:11:05 CET 2010
On Mon, 2010-11-01 at 18:34 +0300, 4ernov wrote:
> So, everything is ok till the request is actually being received.
> Suddenly the pipeline is getting stalled (while still staying in
> PLAYING state), time messages on bus are coming in very pulsing manner
> and another window for another xvimagesink isn't even appear. What can
> be the cause of such a problem behavior?
You can't change the pipeline while playing like that. To do what you
want you need to block queue src pad, then unlink it and change the
elements like you do. Check this doc:
http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/design/part-block.txt
Regards,
Luciana Fujii
More information about the gstreamer-devel
mailing list