Gst.PluginFeature
const Gst = imports.gi.Gst; let plugin_feature = new Gst.PluginFeature();
This is a base class for anything that can be added to a Gst.Plugin.
Hierarchy
-
GObject.Object
-
GObject.InitiallyUnowned
-
Gst.Object
- Gst.PluginFeature
-
-
const Gst = imports.gi.Gst; let plugin_feature = new Gst.PluginFeature();
This is a base class for anything that can be added to a Gst.Plugin.