X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=gst%2Fgsttracerfactory.h;h=44b10ec78442b6a4fbee10b7d45b0fa5e335510f;hb=dac5966da6a0f53d0443dfa1ac239289028c415d;hp=92ea889db0627e86f6097446b11ce859af697647;hpb=a0400a0d28fb02b831c3e3472218d9ab025d97af;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gsttracerfactory.h b/gst/gsttracerfactory.h index 92ea889..44b10ec 100644 --- a/gst/gsttracerfactory.h +++ b/gst/gsttracerfactory.h @@ -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