mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 13:36:39 +00:00
queue2: Add details of query in debug log
This commit is contained in:
parent
7c1d700384
commit
1bca404191
1 changed files with 2 additions and 1 deletions
|
@ -2738,7 +2738,8 @@ gst_queue2_handle_sink_query (GstPad * pad, GstObject * parent,
|
||||||
switch (GST_QUERY_TYPE (query)) {
|
switch (GST_QUERY_TYPE (query)) {
|
||||||
default:
|
default:
|
||||||
if (GST_QUERY_IS_SERIALIZED (query)) {
|
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
|
/* 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
|
* 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
|
* the queue is empty (nothing is blocking downstream and the query can
|
||||||
|
|
Loading…
Reference in a new issue