plugins/elements/gstqueue.c: Fix printf arguments.

Original commit message from CVS:
* plugins/elements/gstqueue.c: (gst_queue_push_one):
Fix printf arguments.
This commit is contained in:
Wim Taymans 2007-09-21 14:37:38 +00:00
parent 1120543704
commit 128d6ead79
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-09-21 Wim Taymans <wim.taymans@gmail.com>
* plugins/elements/gstqueue.c: (gst_queue_push_one):
Fix printf arguments.
2007-09-20 Stefan Kost <ensonic@users.sf.net>
* tests/check/generic/states.c:

View file

@ -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;
}