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 'video/cdg/src/cdgdec/imp.rs')
-rw-r--r--video/cdg/src/cdgdec/imp.rs7
1 files changed, 6 insertions, 1 deletions
diff --git a/video/cdg/src/cdgdec/imp.rs b/video/cdg/src/cdgdec/imp.rs
index 678af14be..189446d2c 100644
--- a/video/cdg/src/cdgdec/imp.rs
+++ b/video/cdg/src/cdgdec/imp.rs
@@ -186,7 +186,12 @@ impl VideoDecoderImpl for CdgDec {
}
}
- gst_debug!(CAT, obj: element, "Finish frame pts={}", frame.pts());
+ gst_debug!(
+ CAT,
+ obj: element,
+ "Finish frame pts={}",
+ frame.pts().display()
+ );
element.finish_frame(frame)
}