mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
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:
parent
0adf6e1237
commit
9f04b80b90
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2007-09-20 Wim Taymans <wim.taymans@gmail.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -1387,7 +1387,7 @@ next:
|
||||||
if (type == GST_EVENT_EOS || type == GST_EVENT_NEWSEGMENT) {
|
if (type == GST_EVENT_EOS || type == GST_EVENT_NEWSEGMENT) {
|
||||||
/* we found a pushable item in the queue, push it out */
|
/* we found a pushable item in the queue, push it out */
|
||||||
GST_CAT_LOG_OBJECT (queue_dataflow, queue,
|
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));
|
GST_EVENT_TYPE_NAME (event));
|
||||||
goto next;
|
goto next;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue