[gst-devel] Looking inside a spider?
Ronald Bultje
rbultje at ronald.bitfreak.net
Wed Aug 6 11:15:05 CEST 2003
Hi Manuel,
On Wed, 2003-08-06 at 19:44, Manuel McLure wrote:
> Is there any way to look inside a spider to get to the actual plugins
> that compose it? I want to write a program that will do the equivalent of
Spider is a GstBin (gst/gstbin.h), you can get the plugins that it
contains using gst_bin_get_list (). Just going over all of them to see
which ones support the 'metadata' property should get you pretty much to
what you want.
Ronald
--
Ronald Bultje <rbultje at ronald.bitfreak.net>
More information about the gstreamer-devel
mailing list