fix debug ifdef
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 13 Jul 2005 18:29:41 +0000 (18:29 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 13 Jul 2005 18:29:41 +0000 (18:29 +0000)
Original commit message from CVS:
fix debug ifdef

gst/gstqueue.c
plugins/elements/gstqueue.c

index 30105ac..17e4399 100644 (file)
@@ -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)",
index 30105ac..17e4399 100644 (file)
@@ -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)",