fix debug ifdef

Original commit message from CVS:
fix debug ifdef
This commit is contained in:
Thomas Vander Stichele 2005-07-13 18:29:41 +00:00
parent 9cb62f69e3
commit 2ad8bc5a02
2 changed files with 2 additions and 2 deletions

View 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)",

View 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)",