element: Enforce that elements created by gst_element_factory_create/make() are floating
[platform/upstream/gstreamer.git] / gst / gsttracer.h
index b77af06..1d2726d 100644 (file)
@@ -55,14 +55,18 @@ struct _GstTracerClass {
   gpointer _gst_reserved[GST_PADDING];
 };
 
+GST_API
 GType gst_tracer_get_type          (void);
 
 #ifdef GST_USE_UNSTABLE_API
 
+GST_API
 void gst_tracing_register_hook (GstTracer *tracer, const gchar *detail,
   GCallback func);
 
 /* tracing modules */
+
+GST_API
 gboolean gst_tracer_register (GstPlugin * plugin, const gchar * name, GType type);
 
 #endif