mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-01 09:13:48 +00:00
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:
parent
7fd461fd24
commit
d59485ed5e
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue