Replacement for gst_bin_iterate()?

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

Replacement for gst_bin_iterate()?

Stefan Koch-5
G'day mates,

I'd like to know, if there's any replacement for gst_bin_iterate() in
version 0.10? Or how can I process the pipeline in an iterative way?

Regards,
Stefan

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Replacement for gst_bin_iterate()?

Tim-Philipp Müller-2
On Thu, 2009-02-19 at 13:58 +0100, [hidden email] 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



------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel