tracerutils: update #endif comment
authorStefan Sauer <ensonic@users.sf.net>
Thu, 7 Jan 2016 21:43:58 +0000 (22:43 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 7 Jan 2016 21:43:58 +0000 (22:43 +0100)
We changed the define, but left the comment inconsistent.

gst/gsttracerutils.c

index 6233899..1b70d39 100644 (file)
@@ -183,4 +183,4 @@ gst_tracing_register_hook (GstTracer * tracer, const gchar * detail,
   gst_tracing_register_hook_id (tracer, g_quark_try_string (detail), func);
 }
 
-#endif /* GST_DISABLE_GST_DEBUG */
+#endif /* GST_DISABLE_GST_TRACER_HOOKS */