From d59485ed5e65fc6aff7e3f643cb049aa87eb31a7 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 28 Aug 2025 15:52:31 +0200 Subject: [PATCH] aws/polly: downgrade log level on queries Part-of: --- net/aws/src/polly/imp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/aws/src/polly/imp.rs b/net/aws/src/polly/imp.rs index a22b42481..6ee01a5f7 100644 --- a/net/aws/src/polly/imp.rs +++ b/net/aws/src/polly/imp.rs @@ -650,7 +650,7 @@ impl Polly { } fn src_query(&self, pad: &gst::Pad, query: &mut gst::QueryRef) -> bool { - gst::log!(CAT, obj = pad, "Handling query {:?}", query); + gst::trace!(CAT, obj = pad, "Handling query {:?}", query); match query.view_mut() { gst::QueryViewMut::Latency(ref mut q) => {