projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c1d700
)
queue2: Add details of query in debug log
author
Edward Hervey
<edward@centricular.com>
Tue, 25 Sep 2018 07:03:03 +0000
(09:03 +0200)
committer
Edward Hervey
<bilboed@bilboed.com>
Mon, 17 Dec 2018 08:41:45 +0000
(09:41 +0100)
plugins/elements/gstqueue2.c
patch
|
blob
|
history
diff --git
a/plugins/elements/gstqueue2.c
b/plugins/elements/gstqueue2.c
index
0c0def4
..
b7b2e5c
100644
(file)
--- a/
plugins/elements/gstqueue2.c
+++ b/
plugins/elements/gstqueue2.c
@@
-2738,7
+2738,8
@@
gst_queue2_handle_sink_query (GstPad * pad, GstObject * parent,
switch (GST_QUERY_TYPE (query)) {
default:
if (GST_QUERY_IS_SERIALIZED (query)) {
- GST_CAT_LOG_OBJECT (queue_dataflow, queue, "received query %p", query);
+ GST_CAT_LOG_OBJECT (queue_dataflow, queue,
+ "received query %" GST_PTR_FORMAT, query);
/* serialized events go in the queue. We need to be certain that we
* don't cause deadlocks waiting for the query return value. We check if
* the queue is empty (nothing is blocking downstream and the query can