mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 23:42:28 +00:00
fix debug ifdef
Original commit message from CVS: fix debug ifdef
This commit is contained in:
parent
9cb62f69e3
commit
2ad8bc5a02
2 changed files with 2 additions and 2 deletions
|
@ -766,7 +766,7 @@ gst_queue_handle_src_event (GstPad * pad, GstEvent * event)
|
||||||
{
|
{
|
||||||
gboolean res = TRUE;
|
gboolean res = TRUE;
|
||||||
|
|
||||||
#ifndef GST_DISABLE_DEBUG
|
#ifndef GST_DISABLE_GST_DEBUG
|
||||||
GstQueue *queue = GST_QUEUE (GST_PAD_PARENT (pad));
|
GstQueue *queue = GST_QUEUE (GST_PAD_PARENT (pad));
|
||||||
|
|
||||||
GST_CAT_DEBUG_OBJECT (queue_dataflow, queue, "got event %p (%d)",
|
GST_CAT_DEBUG_OBJECT (queue_dataflow, queue, "got event %p (%d)",
|
||||||
|
|
|
@ -766,7 +766,7 @@ gst_queue_handle_src_event (GstPad * pad, GstEvent * event)
|
||||||
{
|
{
|
||||||
gboolean res = TRUE;
|
gboolean res = TRUE;
|
||||||
|
|
||||||
#ifndef GST_DISABLE_DEBUG
|
#ifndef GST_DISABLE_GST_DEBUG
|
||||||
GstQueue *queue = GST_QUEUE (GST_PAD_PARENT (pad));
|
GstQueue *queue = GST_QUEUE (GST_PAD_PARENT (pad));
|
||||||
|
|
||||||
GST_CAT_DEBUG_OBJECT (queue_dataflow, queue, "got event %p (%d)",
|
GST_CAT_DEBUG_OBJECT (queue_dataflow, queue, "got event %p (%d)",
|
||||||
|
|
Loading…
Reference in a new issue