Functions
gst_plugin_feature_set_name()
#define gst_plugin_feature_set_name(feature,name) gst_object_set_name(GST_OBJECT_CAST(feature),name)
gst_plugin_feature_get_name()
#define gst_plugin_feature_get_name(feature) GST_OBJECT_NAME(feature)
gst_plugin_feature_get_plugin_name ()
const gchar *
gst_plugin_feature_get_plugin_name (GstPluginFeature *feature
);
gst_plugin_feature_list_copy ()
GList *
gst_plugin_feature_list_copy (GList *list
);
gst_plugin_feature_list_free ()
void
gst_plugin_feature_list_free (GList *list
);
GST_PLUGIN_FEATURE_LIST_DEBUG()
#define GST_PLUGIN_FEATURE_LIST_DEBUG(list) gst_plugin_feature_list_debug(list)