mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
tracer: move prototype to the right header
Fixes the build when the tracing subsystem is disabled.
This commit is contained in:
parent
ddc5654b60
commit
77ef6000c6
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue