From 128d6ead79772e35b83d0d4d995bd27f248c9838 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 21 Sep 2007 14:37:38 +0000 Subject: [PATCH] plugins/elements/gstqueue.c: Fix printf arguments. Original commit message from CVS: * plugins/elements/gstqueue.c: (gst_queue_push_one): Fix printf arguments. --- ChangeLog | 5 +++++ plugins/elements/gstqueue.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ead3fdf..f6e0937 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-21 Wim Taymans + + * plugins/elements/gstqueue.c: (gst_queue_push_one): + Fix printf arguments. + 2007-09-20 Stefan Kost * tests/check/generic/states.c: diff --git a/plugins/elements/gstqueue.c b/plugins/elements/gstqueue.c index 2f5ce8e..eaf832b 100644 --- a/plugins/elements/gstqueue.c +++ b/plugins/elements/gstqueue.c @@ -1006,7 +1006,7 @@ next: if (type == GST_EVENT_EOS || type == GST_EVENT_NEWSEGMENT) { /* we found a pushable item in the queue, push it out */ GST_CAT_LOG_OBJECT (queue_dataflow, queue, - "pushing pushable event %s after UNEXPECTED %p", + "pushing pushable event %s after UNEXPECTED", GST_EVENT_TYPE_NAME (event)); goto next; } -- 2.7.4