| GStreamer 1.0 Core Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
GObject
+----GInitiallyUnowned
+----GstObject
+----GstPluginFeature
+----GstTracerFactory
typedef struct _GstTracerFactory GstTracerFactory;
Opaque object that stores information about a tracer function.
Since 1.8
GList * gst_tracer_factory_get_list (void);
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
Returns : |
the list of all registered GstTracerFactory. [transfer full][element-type Gst.TracerFactory] |
Since 1.8