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

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gst-plugin-closedcaption/src/scc_parse.rs')
-rw-r--r--gst-plugin-closedcaption/src/scc_parse.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-plugin-closedcaption/src/scc_parse.rs b/gst-plugin-closedcaption/src/scc_parse.rs
index 866434a4b..379556e9a 100644
--- a/gst-plugin-closedcaption/src/scc_parse.rs
+++ b/gst-plugin-closedcaption/src/scc_parse.rs
@@ -97,6 +97,8 @@ impl State {
framerate: gst::Fraction,
element: &gst::Element,
) -> Result<gst_video::ValidVideoTimeCode, gst::FlowError> {
+ use std::convert::TryInto;
+
let timecode = gst_video::VideoTimeCode::new(
framerate,
None,