GstPluginFeature
Name
GstPluginFeature -- The base class for plugable objects.
Object Hierarchy
GObject
+----GstPluginFeature |
Description
This is a base class for anything that can be added to a GstPlugin.
Details
GST_PLUGIN_FEATURE_NAME()
#define GST_PLUGIN_FEATURE_NAME(feature) (GST_PLUGIN_FEATURE (feature)->name) |
Get the name of the feature
gst_plugin_feature_ensure_loaded ()
Check if the plugin containing the feature is loaded,
if not, the plugin will be loaded.
gst_plugin_feature_unload_thyself ()
Unload the given feature. This will decrease the refcount
in the plugin and will eventually unload the plugin