GNOME Bugzilla – Bug 571832
[API] add gst_plugin_feature_get_plugin_name()
Last modified: 2012-10-28 15:59:20 UTC
struct _GstPluginFeature has a member plugin_name which is marked as private. Imho thats the only way to get from a plugin feature back to the plugin. I would like to make it public either via, 1.) mark it as public (people already access the field anyway) 2.) add const gchar* gst_plugin_feature_get_plugin_name(GstPluginFeature*) 3.) add gobject properties for rank,name and plugin-name (plugin-name will be read-only). Any opinions?
There's also a private plugin member now. I'd vote for 2) to get the plugin and plugin_name.
commit bab8ed6b8a407f6aef896bb87cda2edb0cb7a234 Author: Tim-Philipp Müller <tim@centricular.net> Date: Sun Oct 28 15:53:19 2012 +0000 pluginfeature: add gst_plugin_feature_get_plugin_name() API: gst_plugin_feature_get_plugin_name() https://bugzilla.gnome.org/show_bug.cgi?id=571832