From: Stefan Sauer Date: Tue, 6 Oct 2015 16:52:38 +0000 (+0200) Subject: tracer: move prototype to the right header X-Git-Tag: 1.10.4~686 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77ef6000c68e2b89ef0e572f6b4d60ab15deef29;p=platform%2Fupstream%2Fgstreamer.git tracer: move prototype to the right header Fixes the build when the tracing subsystem is disabled. --- diff --git a/gst/gsttracer.h b/gst/gsttracer.h index 957847e..8c8e5d4 100644 --- a/gst/gsttracer.h +++ b/gst/gsttracer.h @@ -67,6 +67,10 @@ void gst_tracing_register_hook (GstTracer *tracer, const gchar *detail, void gst_tracing_register_hook_id (GstTracer *tracer, GQuark detail, GCallback func); +/* tracing modules */ +gboolean gst_tracer_register (GstPlugin * plugin, const gchar * name, GType type); + +/* tracing module helpers */ void gst_tracer_log_trace (GstStructure * s); G_END_DECLS diff --git a/gst/gsttracerutils.h b/gst/gsttracerutils.h index b41bbf8..3a2a5b7 100644 --- a/gst/gsttracerutils.h +++ b/gst/gsttracerutils.h @@ -37,10 +37,6 @@ G_BEGIN_DECLS void _priv_gst_tracing_init (void); void _priv_gst_tracing_deinit (void); -/* tracing modules */ - -gboolean gst_tracer_register (GstPlugin * plugin, const gchar * name, GType type); - /* tracer quarks */ /* These enums need to match the number and order