[gst-devel] Replacement for gst_bin_iterate()?
Tim-Philipp Müller
t.i.m at zen.co.uk
Thu Feb 19 15:07:25 CET 2009
On Thu, 2009-02-19 at 13:58 +0100, devman at gmx-topmail.de wrote:
Hi,
> I'd like to know, if there's any replacement for gst_bin_iterate() in
> version 0.10?
There's no replace, you don't have to manually iterate/schedule data
flow any longer. The streaming now takes place in dedicated streaming
threads. See:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-porting.html#section-porting-objects
> Or how can I process the pipeline in an iterative way?
You can't/shouldn't need to/don't have to really. If you want to get
things into or out of a pipeline one piece at a time, use
appsink/appsrc.
Cheers
-Tim
More information about the gstreamer-devel
mailing list