From 72b908325ec0602efe650c97c727c55d0508fb4b Mon Sep 17 00:00:00 2001 From: lvjintao Date: Tue, 17 Oct 2023 10:58:19 +0800 Subject: [PATCH] =?UTF-8?q?git=20commit=20-sm=20'=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=8F=90=E4=BA=A4'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gstreamer/plugins/elements/gstqueue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gstreamer/plugins/elements/gstqueue.c b/gstreamer/plugins/elements/gstqueue.c index e381083a..cef2bfd1 100644 --- a/gstreamer/plugins/elements/gstqueue.c +++ b/gstreamer/plugins/elements/gstqueue.c @@ -1248,6 +1248,7 @@ gst_queue_chain_buffer_or_list (GstPad * pad, GstObject * parent, /* don't leak. Instead, wait for space to be available */ /* for as long as the queue is filled, wait till an item was deleted. */ while (gst_queue_is_filled (queue)) { + GST_CAT_DEBUG_OBJECT (queue_dataflow, queue, "queue is full, waiting for deleted"); GST_QUEUE_WAIT_DEL_CHECK (queue, out_flushing); }; -- Gitee