:right-sidebar: True TracerFactory =================================================================== .. currentmodule:: gi.repository.Gst .. versionadded:: 1.8 .. class:: TracerFactory(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.Gst.PluginFeature`, :class:`~gi.repository.Gst.Object`, :class:`~gi.repository.GObject.InitiallyUnowned`, :class:`~gi.repository.GObject.Object` Use :func:`~gi.repository.Gst.TracerFactory.get_list` to get a list of tracer factories known to GStreamer. Methods ------- .. rst-class:: interim-class .. class:: TracerFactory :no-index: .. classmethod:: get_list() -> list[~gi.repository.Gst.TracerFactory] Gets the list of all registered tracer factories. You must free the list using :func:`~gi.repository.Gst.PluginFeature.list_free`. The returned factories are sorted by factory name. Free-function: gst_plugin_feature_list_free .. versionadded:: 1.8 .. method:: get_tracer_type() -> ~gobject.GType Get the :obj:`~gi.repository.GObject.Type` for elements managed by this factory. The type can only be retrieved if the element factory is loaded, which can be assured with :func:`~gi.repository.Gst.PluginFeature.load`. .. versionadded:: 1.14