mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
1120543704
commit
128d6ead79
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2007-09-20 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* tests/check/generic/states.c:
|
* tests/check/generic/states.c:
|
||||||
|
|
|
@ -1006,7 +1006,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