GStreamer Library Reference Manual (Core) | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
#include <gst/gst.h> gboolean gst_plugin_feature_ensure_loaded (GstPluginFeature *feature); void gst_plugin_feature_unload_thyself (GstPluginFeature *feature); |
gboolean gst_plugin_feature_ensure_loaded (GstPluginFeature *feature); |
Check if the plugin containing the feature is loaded, if not, the plugin will be loaded.
void gst_plugin_feature_unload_thyself (GstPluginFeature *feature); |
Unload the given feature. This will decrease the refcount in the plugin and will eventually unload the plugin