gst/playback/gstqueue2.c: Fix compilation wrt printf arguments.

Original commit message from CVS:
* gst/playback/gstqueue2.c: (gst_queue_push_one):
Fix compilation wrt printf arguments.
This commit is contained in:
Wim Taymans 2007-09-21 14:37:26 +00:00
parent 0adf6e1237
commit 9f04b80b90
2 changed files with 6 additions and 1 deletions

View file

@ -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:

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