aggregator: Ensure that the source pad is created as a GstAggregatorPad if no type...
[platform/upstream/gstreamer.git] / gst / gsttracerfactory.h
index 92ea889..44b10ec 100644 (file)
@@ -48,13 +48,13 @@ typedef struct _GstTracerFactoryClass GstTracerFactoryClass;
 
 /* tracering interface */
 
-GST_EXPORT
+GST_API
 GType           gst_tracer_factory_get_type          (void);
 
-GST_EXPORT
+GST_API
 GList *         gst_tracer_factory_get_list          (void);
 
-GST_EXPORT
+GST_API
 GType           gst_tracer_factory_get_tracer_type   (GstTracerFactory * factory);
 
 #ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC