From: Thomas Vander Stichele Date: Wed, 13 Jul 2005 18:29:41 +0000 (+0000) Subject: fix debug ifdef X-Git-Tag: RELEASE-0_9_2~242 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ad8bc5a02347a3b3f57ab13a59ba4fe614f6ff2;p=platform%2Fupstream%2Fgstreamer.git fix debug ifdef Original commit message from CVS: fix debug ifdef --- diff --git a/gst/gstqueue.c b/gst/gstqueue.c index 30105ac..17e4399 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 30105ac..17e4399 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)",