Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2022-06-17 17:14:54 +0300
committerMathieu Duponchelle <mathieu@centricular.com>2022-06-17 17:14:54 +0300
commit806d101d87d89eeb851a108c054bbc96fbee5fa1 (patch)
tree594fdbff8a0812e36dd02ae0fbbade8eff958751
parent20d2a7d05b9006563ffb3bc0afbf66fefaf647b4 (diff)
transcriberbin: remove print statement
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/784>
-rw-r--r--video/closedcaption/src/transcriberbin/imp.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/closedcaption/src/transcriberbin/imp.rs b/video/closedcaption/src/transcriberbin/imp.rs
index 54fbf62a..a15d00e0 100644
--- a/video/closedcaption/src/transcriberbin/imp.rs
+++ b/video/closedcaption/src/transcriberbin/imp.rs
@@ -449,7 +449,6 @@ impl TranscriberBin {
}
q.set(true, min, gst::ClockTime::NONE);
- eprintln!("Latency query response: {:?}", q);
}
ret