Class: Gst::TracerFactory
- Inherits:
-
PluginFeature
- Object
- GObject::InitiallyUnowned
- Object
- PluginFeature
- Gst::TracerFactory
- Defined in:
- (unknown)
Class Method Summary collapse
-
.list ⇒ GLib::List<Gst::TracerFactory>
Gets the list of all registered tracer factories.
Instance Method Summary collapse
-
#tracer_type ⇒ GLib::Type
Get the #GType for elements managed by this factory.
Methods inherited from PluginFeature
#check_version, list_copy, list_debug, list_free, #load, #plugin, #plugin_name, #rank, #rank=, rank_compare_func, #rank_raw
Methods inherited from Object
#add_control_binding, check_uniqueness, #control_bindings_disabled=, #control_rate, #control_rate=, default_deep_notify, #default_error, #get_control_binding, #get_g_value_array, #get_value, #get_value_array, #has_active_control_bindings, #has_ancestor, #has_as_ancestor, #has_as_parent, #name, #name=, #parent, #parent=, #path_string, #ref, ref_sink, #remove_control_binding, replace, #set_control_binding_disabled, #suggest_next_sync, #sync_values, #unparent, #unref
Class Method Details
.list ⇒ GLib::List<Gst::TracerFactory>
Gets the list of all registered tracer factories. You must free the list using gst_plugin_feature_list_free().
The returned factories are sorted by factory name.
Free-function: gst_plugin_feature_list_free
Instance Method Details
#tracer_type ⇒ GLib::Type
Get the #GType for elements managed by this factory. The type can only be retrieved if the element factory is loaded, which can be assured with gst_plugin_feature_load(). the factory is not loaded.