<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [gst-devel] GList of features from a given GStreamer plugin??</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>That's my fault sorry.<BR>
Essentially I need to:<BR>
<BR>
1) Obtain a GList of the current available plugins<BR>
2) Obtain a GList of the features of each plugin<BR>
<BR>
This is to populate a GUI.<BR>
Let me know if more info is needed.<BR>
<BR>
-----Original Message-----<BR>
From: Tim-Philipp Müller [<A HREF="mailto:t.i.m@zen.co.uk">mailto:t.i.m@zen.co.uk</A>]<BR>
Sent: Tue 3/30/2010 9:20 AM<BR>
To: gstreamer-devel@lists.sourceforge.net<BR>
Subject: Re: [gst-devel] GList of features from a given GStreamer plugin??<BR>
<BR>
On Tue, 2010-03-30 at 09:03 -0400, Greg Wunder wrote:<BR>
<BR>
&gt; In your example, how do I fill the &quot;plugin&quot; variable in<BR>
&gt; &quot;gst_plugin_get_name (plugin)&quot;?<BR>
<BR>
Oh, I assumed you had a GstPlugin * already (from e.g.<BR>
gst_default_registry_get_plugin_list()). If you just have a plugin name,<BR>
then you can do:<BR>
<BR>
GstRegistry *registry;<BR>
<BR>
registry = gst_registry_get_default ();<BR>
<BR>
features = gst_registry_get_feature_list_by_plugin (registry,<BR>
&nbsp;&nbsp;&nbsp;&nbsp; plugin_name);<BR>
<BR>
directly of course (if that's also not what you're after, then you need<BR>
to explain a bit more what you want to do exactly).<BR>
<BR>
Cheers<BR>
&nbsp;-Tim<BR>
<BR>
<BR>
------------------------------------------------------------------------------<BR>
Download Intel® Parallel Studio Eval<BR>
Try the new software tools for yourself. Speed compiling, find bugs<BR>
proactively, and fine-tune applications for parallel performance.<BR>
See why Intel Parallel Studio got high marks during beta.<BR>
<A HREF="http://p.sf.net/sfu/intel-sw-dev">http://p.sf.net/sfu/intel-sw-dev</A><BR>
_______________________________________________<BR>
gstreamer-devel mailing list<BR>
gstreamer-devel@lists.sourceforge.net<BR>
<A HREF="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>