mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-25 18:38:09 +00:00
transcriberbin: remove print statement
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/784>
This commit is contained in:
parent
20d2a7d05b
commit
806d101d87
1 changed files with 0 additions and 1 deletions
|
@ -449,7 +449,6 @@ impl TranscriberBin {
|
||||||
}
|
}
|
||||||
|
|
||||||
q.set(true, min, gst::ClockTime::NONE);
|
q.set(true, min, gst::ClockTime::NONE);
|
||||||
eprintln!("Latency query response: {:?}", q);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ret
|
ret
|
||||||
|
|
Loading…
Reference in a new issue