From: Sebastian Dröge Date: Thu, 7 Jan 2016 16:46:21 +0000 (+0200) Subject: tracer: Use GST_DISABLE_GST_TRACER_HOOKS instead of GST_DISABLE_GST_DEBUG everywhere X-Git-Tag: 1.10.4~510 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d91ad0b85359ab3994bc2e814e97695e0e785ae;p=platform%2Fupstream%2Fgstreamer.git tracer: Use GST_DISABLE_GST_TRACER_HOOKS instead of GST_DISABLE_GST_DEBUG everywhere Previously we used the latter one still for the tracer utility code, causing undefined references in the resulting binary if the debugging system was disabled but the tracer system not. --- diff --git a/gst/gsttracerutils.c b/gst/gsttracerutils.c index 974930a..6233899 100644 --- a/gst/gsttracerutils.c +++ b/gst/gsttracerutils.c @@ -37,7 +37,7 @@ #include "gsttracerfactory.h" #include "gsttracerutils.h" -#ifndef GST_DISABLE_GST_DEBUG +#ifndef GST_DISABLE_GST_TRACER_HOOKS /* tracer quarks */