gst/playback/gstqueue2.c: Fix compilation wrt printf arguments.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 21 Sep 2007 14:37:26 +0000 (14:37 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 21 Sep 2007 14:37:26 +0000 (14:37 +0000)
Original commit message from CVS:
* gst/playback/gstqueue2.c: (gst_queue_push_one):
Fix compilation wrt printf arguments.

ChangeLog
gst/playback/gstqueue2.c

index a37a932..7bd328b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
+
+       * gst/playback/gstqueue2.c: (gst_queue_push_one):
+       Fix compilation wrt printf arguments.
+
 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
 
        * configure.ac:
index 437f44d..f78fca2 100644 (file)
@@ -1387,7 +1387,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;
           }