[gst-devel] GList of features from a given GStreamer plugin??

Greg Wunder gwunder at eoir.com
Tue Mar 30 15:03:24 CEST 2010


In your example, how do I fill the "plugin" variable in "gst_plugin_get_name (plugin)"?

-----Original Message-----
From: Tim-Philipp Müller [mailto:t.i.m at zen.co.uk]
Sent: Tue 3/30/2010 5:42 AM
To: gstreamer-devel at lists.sourceforge.net
Subject: Re: [gst-devel] GList of features from a given GStreamer plugin??
 
On Mon, 2010-03-29 at 16:11 -0400, Greg Wunder wrote:

> How do I obtain a list of list of features per plugin for the current
> version of GStreamer?
> I was hoping to get a GList object back from a function call if
> possible?

Something like this should work:

GstRegistry *registry;
GList *features;

registry = gst_registry_get_default ();
features = gst_registry_get_feature_list_by_plugin (registry,
    gst_plugin_get_name (plugin));

....

gst_plugin_feature_list_free (features);

 Cheers
  -Tim



------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100330/ee3272e0/attachment.htm>


More information about the gstreamer-devel mailing list