aws/polly: downgrade log level on queries

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2510>
This commit is contained in:
Mathieu Duponchelle 2025-08-28 15:52:31 +02:00 committed by GStreamer Marge Bot
parent 7fd461fd24
commit d59485ed5e

View file

@ -650,7 +650,7 @@ impl Polly {
} }
fn src_query(&self, pad: &gst::Pad, query: &mut gst::QueryRef) -> bool { 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() { match query.view_mut() {
gst::QueryViewMut::Latency(ref mut q) => { gst::QueryViewMut::Latency(ref mut q) => {