diff --git a/gst/gstqueue.c b/gst/gstqueue.c index 30105ac96c..17e4399c7d 100644 --- a/gst/gstqueue.c +++ b/gst/gstqueue.c @@ -766,7 +766,7 @@ gst_queue_handle_src_event (GstPad * pad, GstEvent * event) { gboolean res = TRUE; -#ifndef GST_DISABLE_DEBUG +#ifndef GST_DISABLE_GST_DEBUG GstQueue *queue = GST_QUEUE (GST_PAD_PARENT (pad)); GST_CAT_DEBUG_OBJECT (queue_dataflow, queue, "got event %p (%d)", diff --git a/plugins/elements/gstqueue.c b/plugins/elements/gstqueue.c index 30105ac96c..17e4399c7d 100644 --- a/plugins/elements/gstqueue.c +++ b/plugins/elements/gstqueue.c @@ -766,7 +766,7 @@ gst_queue_handle_src_event (GstPad * pad, GstEvent * event) { gboolean res = TRUE; -#ifndef GST_DISABLE_DEBUG +#ifndef GST_DISABLE_GST_DEBUG GstQueue *queue = GST_QUEUE (GST_PAD_PARENT (pad)); GST_CAT_DEBUG_OBJECT (queue_dataflow, queue, "got event %p (%d)",