Home
last modified time | relevance | path

Searched refs:GstTracerFactory (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsttracerfactory.h32 …bj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_TRACER_FACTORY, GstTracerFactory))
37 #define GST_TRACER_FACTORY_CAST(obj) ((GstTracerFactory *)(obj))
46 typedef struct _GstTracerFactory GstTracerFactory; typedef
58 GType gst_tracer_factory_get_tracer_type (GstTracerFactory * factory);
60 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstTracerFactory, gst_object_unref)
Dgsttracerfactory.c46 G_DEFINE_TYPE_WITH_CODE (GstTracerFactory, gst_tracer_factory,
55 gst_tracer_factory_init (GstTracerFactory * factory) in gst_tracer_factory_init()
95 gst_tracer_factory_get_tracer_type (GstTracerFactory * factory) in gst_tracer_factory_get_tracer_type()
Dgsttracer.c147 GstTracerFactory *factory; in gst_tracer_register()
Dgsttracerutils.c92 GstTracerFactory *factory; in _priv_gst_tracing_init()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c1734 GstTracerFactory *factory; in print_tracer_info()
/third_party/gstreamer/gstreamer/
DChangeLog13348 Requires exposing the tracer GType from the GstTracerFactory in order
25090 Add GstTracer and GstTracerFactory to the core docs.