mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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
a4614d8c8c
commit
73be0c35c0
1 changed files with 1 additions and 1 deletions
|
@ -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