tracer: Use GST_DISABLE_GST_TRACER_HOOKS instead of GST_DISABLE_GST_DEBUG everywhere
authorSebastian Dröge <sebastian@centricular.com>
Thu, 7 Jan 2016 16:46:21 +0000 (18:46 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 7 Jan 2016 16:46:21 +0000 (18:46 +0200)
commit9d91ad0b85359ab3994bc2e814e97695e0e785ae
tree792b422deb198f75613cc5da295c92281044aecf
parentd787105fd5848560f5bc8c6c09a54c2cf8827dbf
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.
gst/gsttracerutils.c